3
0
Fork 0
forked from mirrors/nixpkgs

* It's important to inherit packages from "pkgs" rather than

the lexical scope for package overrides to work properly.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32456
This commit is contained in:
Eelco Dolstra 2012-02-21 14:13:16 +00:00
parent 578847f8b3
commit 9a48e47d60

View file

@ -241,7 +241,7 @@ let
};
buildEnv = import ../build-support/buildenv {
inherit runCommand perl;
inherit (pkgs) runCommand perl;
};
dotnetenv = import ../build-support/dotnetenv {