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:
parent
578847f8b3
commit
9a48e47d60
|
@ -241,7 +241,7 @@ let
|
|||
};
|
||||
|
||||
buildEnv = import ../build-support/buildenv {
|
||||
inherit runCommand perl;
|
||||
inherit (pkgs) runCommand perl;
|
||||
};
|
||||
|
||||
dotnetenv = import ../build-support/dotnetenv {
|
||||
|
|
Loading…
Reference in a new issue