A little patch to gav, and it does not require gcc 4.1 anymore.

svn path=/nixpkgs/trunk/; revision=32863
This commit is contained in:
Lluís Batlle i Rossell
2012-03-07 22:04:53 +00:00
parent 65f45ef322
commit 18ddc5f25c
3 changed files with 16 additions and 4 deletions
+3 -1
View File
@@ -8,11 +8,13 @@ stdenv.mkDerivation {
sha256 = "8f0deb8b2cd775b339229054f4f282583a4cfbcba9d27a6213cf910bab944f3e";
};
patchPhase = ''
prePatch = ''
mkdir -p $out/bin
sed -e "s@/usr@$out@" -i Makefile
sed -e "s@/usr@$out@" -i Theme.h
'';
patches = [ ./gcc.patch ];
buildInputs = [SDL SDL_image SDL_mixer SDL_net];
meta = {