zed: inherit libtool, fix eval

This commit is contained in:
Will Dietz 2018-03-12 22:47:11 -05:00
parent 85d22e7510
commit 708e3fb160

View file

@ -6,11 +6,11 @@
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
import ./node-packages.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
}