3
0
Fork 0
forked from mirrors/nixpkgs

remarkjs: inherit libtool for derivation

This commit is contained in:
Samuel Leathers 2018-03-12 23:45:34 -04:00
parent 7b8fa3472f
commit 85d22e7510
No known key found for this signature in database
GPG key ID: 9BCE91C969768E0F

View file

@ -6,7 +6,7 @@
let
nodeEnv = import ../../node-packages/node-env.nix {
inherit (pkgs) stdenv python2 utillinux runCommand writeTextFile;
inherit (pkgs) stdenv libtool python2 utillinux runCommand writeTextFile;
inherit nodejs;
};
in