fix: final changes based on nixpkgs
This commit is contained in:
parent
e96ec3023f
commit
c86556bff4
1 changed files with 2 additions and 2 deletions
|
@ -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,}
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue