* stdenvUsingSetupNew2 -> stdenv.
svn path=/nixos/trunk/; revision=10850
This commit is contained in:
parent
59ea75d88e
commit
3dcd0cc7a4
2 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ let
|
|||
};
|
||||
|
||||
# !!! cut&paste
|
||||
substituteInAll = args: pkgs.stdenvUsingSetupNew2.mkDerivation ({
|
||||
substituteInAll = args: pkgs.stdenv.mkDerivation ({
|
||||
buildCommand = ''
|
||||
ensureDir $out
|
||||
cp -prd $src/* $out
|
||||
|
|
|
@ -241,7 +241,7 @@ let
|
|||
|
||||
|
||||
# !!! should be in Nixpkgs.
|
||||
substituteInSome = args: pkgs.stdenvUsingSetupNew2.mkDerivation ({
|
||||
substituteInSome = args: pkgs.stdenv.mkDerivation ({
|
||||
buildCommand = ''
|
||||
ensureDir $out
|
||||
cp -prd $src/* $out
|
||||
|
@ -252,7 +252,7 @@ let
|
|||
'';
|
||||
} // args); # */
|
||||
|
||||
substituteInAll = args: pkgs.stdenvUsingSetupNew2.mkDerivation ({
|
||||
substituteInAll = args: pkgs.stdenv.mkDerivation ({
|
||||
buildCommand = ''
|
||||
ensureDir $out
|
||||
cp -prd $src/* $out
|
||||
|
|
Loading…
Reference in a new issue