* Fix stdenv-nix.
svn path=/nixpkgs/trunk/; revision=5358
This commit is contained in:
parent
46a15b49a0
commit
c067e6afa2
@ -17,4 +17,9 @@ genericStdenv {
|
|||||||
};
|
};
|
||||||
|
|
||||||
shell = pkgs.bash ~ /bin/sh;
|
shell = pkgs.bash ~ /bin/sh;
|
||||||
|
|
||||||
|
extraAttrs = {
|
||||||
|
# Curl should be in /usr/bin or so.
|
||||||
|
curl = null;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user