* stdenvUsingSetupNew2 -> stdenv.

svn path=/nixos/trunk/; revision=10850
This commit is contained in:
Eelco Dolstra 2008-02-25 12:43:38 +00:00
parent 59ea75d88e
commit 3dcd0cc7a4
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ let
}; };
# !!! cut&paste # !!! cut&paste
substituteInAll = args: pkgs.stdenvUsingSetupNew2.mkDerivation ({ substituteInAll = args: pkgs.stdenv.mkDerivation ({
buildCommand = '' buildCommand = ''
ensureDir $out ensureDir $out
cp -prd $src/* $out cp -prd $src/* $out

View File

@ -241,7 +241,7 @@ let
# !!! should be in Nixpkgs. # !!! should be in Nixpkgs.
substituteInSome = args: pkgs.stdenvUsingSetupNew2.mkDerivation ({ substituteInSome = args: pkgs.stdenv.mkDerivation ({
buildCommand = '' buildCommand = ''
ensureDir $out ensureDir $out
cp -prd $src/* $out cp -prd $src/* $out
@ -252,7 +252,7 @@ let
''; '';
} // args); # */ } // args); # */
substituteInAll = args: pkgs.stdenvUsingSetupNew2.mkDerivation ({ substituteInAll = args: pkgs.stdenv.mkDerivation ({
buildCommand = '' buildCommand = ''
ensureDir $out ensureDir $out
cp -prd $src/* $out cp -prd $src/* $out