forked from mirrors/nixpkgs
* Fix stdenv-native.
svn path=/nixpkgs/trunk/; revision=5354
This commit is contained in:
parent
f4ce796a20
commit
4a00c41986
|
@ -16,4 +16,9 @@ genericStdenv {
|
|||
};
|
||||
|
||||
shell = "/bin/bash";
|
||||
|
||||
extraAttrs = {
|
||||
# Curl should be in /usr/bin or so.
|
||||
curl = null;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue