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:
Shea Levy
2012-09-18 12:08:16 -04:00
parent aa2d8d1e02
commit 7d5bb08534
2 changed files with 32 additions and 3 deletions

View File

@@ -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