Fix a silly mistake in the chocolateDoom packages, and bump master
master was bumped because a few critical bugs were found in the chocolate-strife netcode (and were subsequently fixed). Still pestering upstream for a new release :P Closes #4422
This commit is contained in:
committed by
Mateusz Kowalczyk
parent
31ea2fc8d5
commit
c067b37cf7
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
||||
url = https://github.com/chocolate-doom/chocolate-doom/archive/chocolate-doom-2.0.0.tar.gz;
|
||||
sha256 = "1n9lkx97h987bq8z586jgissdhs07xyfr0xfdk7m2wpw4yhw10k1";
|
||||
};
|
||||
buildInputs = [ autoconf autoconf automake pkgconfig SDL SDL_mixer SDL_net ];
|
||||
buildInputs = [ autoconf automake pkgconfig SDL SDL_mixer SDL_net ];
|
||||
patchPhase = ''
|
||||
sed -e 's#/games#/bin#g' -i src{,/setup}/Makefile.am
|
||||
./autogen.sh --prefix=$out
|
||||
|
||||
Reference in New Issue
Block a user