airfield: inherit libtool for derivation

This commit is contained in:
Samuel Leathers
2018-03-12 23:06:00 -04:00
parent 1077e01b14
commit 0e93dd0583
+1 -1
View File
@@ -6,7 +6,7 @@
let let
nodeEnv = import ../../../development/node-packages/node-env.nix { nodeEnv = import ../../../development/node-packages/node-env.nix {
inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile; inherit (pkgs) stdenv libtool python2 utillinux runCommand writeTextFile;
inherit nodejs; inherit nodejs;
}; };
in in