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:
Eelco Dolstra 2014-11-06 12:15:08 +01:00
parent 1014620bce
commit 328f7a621e

View file

@ -131,9 +131,6 @@ let
setup = setupScript;
inherit preHook initialPath shell defaultNativeBuildInputs;
propagatedUserEnvPkgs = [ gcc ] ++
lib.filter lib.isDerivation initialPath;
})
// rec {