* `drv + /path' is deprecated, so don't do that anymore.
svn path=/nixpkgs/trunk/; revision=6754
This commit is contained in:
@@ -17,10 +17,10 @@ import ../generic {
|
||||
else
|
||||
pkgs.binutils;
|
||||
gcc = if stdenv.isDarwin then pkgs.gccApple.gcc else pkgs.gcc.gcc;
|
||||
shell = pkgs.bash + /bin/sh;
|
||||
shell = pkgs.bash + "/bin/sh";
|
||||
};
|
||||
|
||||
shell = pkgs.bash + /bin/sh;
|
||||
shell = pkgs.bash + "/bin/sh";
|
||||
|
||||
extraAttrs = {
|
||||
curl = pkgs.realCurl;
|
||||
|
||||
Reference in New Issue
Block a user