3
0
Fork 0
forked from mirrors/nixpkgs

* Fix stdenv-nix.

svn path=/nixpkgs/trunk/; revision=5358
This commit is contained in:
Eelco Dolstra 2006-05-31 15:08:25 +00:00
parent 46a15b49a0
commit c067e6afa2

View file

@ -17,4 +17,9 @@ genericStdenv {
};
shell = pkgs.bash ~ /bin/sh;
extraAttrs = {
# Curl should be in /usr/bin or so.
curl = null;
};
}