Merge pull request #53311 from siraben/powder-toy

the-powder-toy: 92.5 -> 93.3
This commit is contained in:
Jörg Thalheim 2019-01-03 14:34:49 +01:00 committed by GitHub
commit 9a262a71a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,21 +2,15 @@
stdenv.mkDerivation rec {
name = "the-powder-toy-${version}";
version = "92.5";
version = "93.3";
src = fetchFromGitHub {
owner = "simtr";
owner = "ThePowderToy";
repo = "The-Powder-Toy";
rev = "v${version}";
sha256 = "1n15kgl4qnz55b32ddgmhrv64cl3awbds8arycn7mkf7akwdg1g6";
sha256 = "1bg1y13kpqxx4mpncxvmg8w02dyqyd9hl43rwnys3sqrjdm9k02j";
};
patches = [ ./fix-env.patch ];
postPatch = ''
sed -i 's,lua5.1,lua,g' SConscript
'';
nativeBuildInputs = [ scons pkgconfig ];
buildInputs = [ SDL lua fftwFloat zlib bzip2 ];