* Fix Darwin evaluation errors.

svn path=/nixpkgs/trunk/; revision=8709
This commit is contained in:
Eelco Dolstra
2007-05-16 14:54:28 +00:00
parent 41291a5b26
commit 62b0dddf0e
3 changed files with 5 additions and 1 deletions
@@ -1,5 +1,7 @@
{stdenv, fetchurl, kernelHeaders, glibc}:
assert stdenv.isLinux;
stdenv.mkDerivation {
name = "iputils";
builder = ./builder.sh;