spark-wallet: update to new node-env
This commit is contained in:
parent
a0e5894f1f
commit
3aab1fc267
@ -6,7 +6,8 @@
|
||||
|
||||
let
|
||||
nodeEnv = import "${toString pkgs.path}/pkgs/development/node-packages/node-env.nix" {
|
||||
inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile;
|
||||
inherit pkgs;
|
||||
inherit (pkgs) lib stdenv python2 runCommand writeTextFile;
|
||||
inherit nodejs;
|
||||
libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user