* Add patch, sed.

svn path=/nixpkgs/trunk/; revision=6782
This commit is contained in:
Eelco Dolstra
2006-10-19 22:31:08 +00:00
parent 8ae026392b
commit 1acd2157cc
3 changed files with 28 additions and 10 deletions
+8 -1
View File
@@ -9,4 +9,11 @@
(if stdenv.system != "i686-linux" then {
patches = [./setmode.patch];
configureFlags = "dummy"; # doesn't build on Darwin unless a platform is specified
} else {}))
} else {})
//
# !!! hack
(if stdenv ? isDietLibC then {
# !!! pass this on all platforms
configureFlags = "dummy"; # doesn't build unless a platform is specified
} else {})
)