* Fix "infinite recursion" errors on FreeBSD and Darwin.
svn path=/nixpkgs/branches/usability/; revision=4997
This commit is contained in:
parent
2c98c02901
commit
03aef934d1
@ -16,4 +16,9 @@ genericStdenv {
|
|||||||
};
|
};
|
||||||
|
|
||||||
shell = "/bin/sh";
|
shell = "/bin/sh";
|
||||||
|
|
||||||
|
extraAttrs = {
|
||||||
|
# Curl should be in /usr/bin or so.
|
||||||
|
curl = null;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
@ -16,4 +16,9 @@ genericStdenv {
|
|||||||
};
|
};
|
||||||
|
|
||||||
shell = "/bin/bash";
|
shell = "/bin/bash";
|
||||||
|
|
||||||
|
extraAttrs = {
|
||||||
|
# Curl should be in /usr/bin or so.
|
||||||
|
curl = null;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user