stdenv: Remove propagatedUserEnvPkgs
Stdenv is not really intended as an installable package. Nowadays it's much better to use "nix-shell -p" to get a build environment.
This commit is contained in:
parent
1014620bce
commit
328f7a621e
@ -131,9 +131,6 @@ let
|
|||||||
setup = setupScript;
|
setup = setupScript;
|
||||||
|
|
||||||
inherit preHook initialPath shell defaultNativeBuildInputs;
|
inherit preHook initialPath shell defaultNativeBuildInputs;
|
||||||
|
|
||||||
propagatedUserEnvPkgs = [ gcc ] ++
|
|
||||||
lib.filter lib.isDerivation initialPath;
|
|
||||||
})
|
})
|
||||||
|
|
||||||
// rec {
|
// rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user