* Fix stdenv-native.

svn path=/nixpkgs/trunk/; revision=5354
This commit is contained in:
Eelco Dolstra 2006-05-31 12:18:01 +00:00
parent f4ce796a20
commit 4a00c41986

View file

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