fix: final changes based on nixpkgs

This commit is contained in:
silver 2024-01-12 18:41:25 +00:00
parent e96ec3023f
commit c86556bff4

View file

@ -2,7 +2,7 @@
lib,
buildNpmPackage,
fetchFromGitHub,
jq,
buildPackages,
python3,
pkg-config,
libsecret,
@ -21,7 +21,7 @@ buildNpmPackage rec {
};
postPatch = ''
${lib.getExe jq} 'del(.scripts.preinstall)' package.json > package.json.tmp
${lib.getExe buildPackages.jq} 'del(.scripts.preinstall)' package.json > package.json.tmp
mv -f package.json{.tmp,}
'';