Add cipher-block-size node package and remove the nativeDeps argument to build-node-package (buildInputs can just be specified directly)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, runCommand, nodejs, neededNatives}:
|
||||
|
||||
args @ { src, deps ? [], nativeDeps ? [], flags ? [], ... }:
|
||||
args @ { src, deps ? [], flags ? [], ... }:
|
||||
|
||||
with stdenv.lib;
|
||||
|
||||
@@ -31,7 +31,6 @@ stdenv.mkDerivation ({
|
||||
'';
|
||||
|
||||
buildNativeInputs = neededNatives;
|
||||
buildInputs = nativeDeps;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
Reference in New Issue
Block a user