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,
|
lib,
|
||||||
buildNpmPackage,
|
buildNpmPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
jq,
|
buildPackages,
|
||||||
python3,
|
python3,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
libsecret,
|
libsecret,
|
||||||
|
@ -21,7 +21,7 @@ buildNpmPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
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,}
|
mv -f package.json{.tmp,}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue