Various fixes and updates to build that all.

svn path=/nixpkgs/branches/stdenv-updates/; revision=10568
This commit is contained in:
Michael Raskin
2008-02-10 16:44:43 +00:00
parent c264b316b1
commit 4df190c703
13 changed files with 187 additions and 12 deletions

View File

@@ -6,4 +6,5 @@ stdenv.mkDerivation {
url = http://nix.cs.uu.nl/dist/tarballs/elfutils-0.127.tar.gz;
sha256 = "12n3h5r3c24a6l2wxz0w2dqq072bvgms0dzckivrwp5vdn22lpdv";
};
preBuild = "sed -e 's/-Werror//' -i */Makefile ";
}