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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user