On native builds:

- Disabling guile test, because one fails. I commented on that in the source.
On cross builds:
- Adding stripping
- Updating the glibc-2.11 expression to match the parameters of glibc-2.9,
  which I was updating more.
- Renaming from selfNativeBuildInput to selfBuildNativeInput, so this matches
  better the pattern buildNativeInputs.


svn path=/nixpkgs/branches/stdenv-updates/; revision=18550
This commit is contained in:
Lluís Batlle i Rossell
2009-11-22 22:48:43 +00:00
parent 98af7b9cb9
commit 45886e474d
7 changed files with 55 additions and 20 deletions

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
${if unicode then "--enable-widec" else ""}
'';
selfNativeBuildInput = true;
selfBuildNativeInput = true;
preBuild = ''sed -e "s@\([[:space:]]\)sh @\1''${SHELL} @" -i */Makefile Makefile'';