From 3aab1fc26736d6c711aae642fd2175296d14f5ac Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Thu, 5 Aug 2021 00:49:03 +0200 Subject: [PATCH] spark-wallet: update to new node-env --- pkgs/spark-wallet/composition.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/spark-wallet/composition.nix b/pkgs/spark-wallet/composition.nix index 3bc2c21..b98b4f8 100644 --- a/pkgs/spark-wallet/composition.nix +++ b/pkgs/spark-wallet/composition.nix @@ -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; };