Merge pull request #36894 from disassembler/airfield

airfield: inherit libtool for derivation
This commit is contained in:
Samuel Leathers 2018-03-12 23:17:11 -04:00 committed by GitHub
commit 95900fd7a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
let
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;
};
in