fix broken myEnv

svn path=/nixpkgs/trunk/; revision=15382
This commit is contained in:
Marc Weber
2009-04-28 16:52:36 +00:00
parent c4d720c3d1
commit cd9c9a2431
2 changed files with 1 additions and 59 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ mkDerivation {
name = "env-${name}";
phases = "buildPhase";
setupNew = substituteAll {
src = ../../stdenv/generic/setup-new.sh;
src = ../../stdenv/generic/setup.sh;
preHook="";
postHook="";
initialPath= (import ../../stdenv/common-path.nix) { inherit pkgs; };