neverball: update

Seems to work fine. /cc maintainer @viric.
This commit is contained in:
Vladimír Čunát 2015-07-30 20:20:27 +02:00
parent 8d34b4a46a
commit 4dc113ce29
2 changed files with 6 additions and 8 deletions

View file

@ -1,14 +1,14 @@
{stdenv, fetchurl, SDL, mesa, libpng, libjpeg, SDL_ttf, libvorbis, gettext,
physfs} :
{ stdenv, fetchurl, SDL2, mesa_noglu, libpng, libjpeg, SDL2_ttf, libvorbis, gettext
, physfs }:
stdenv.mkDerivation rec {
name = "neverball-1.5.4";
name = "neverball-1.6.0";
src = fetchurl {
url = "http://neverball.org/${name}.tar.gz";
sha256 = "19hdgdmv20y56xvbj4vk0zdmyaa8kv7df85advkchw7cdsgwlcga";
sha256 = "184gm36c6p6vaa6gwrfzmfh86klhnb03pl40ahsjsvprlk667zkk";
};
buildInputs = [ libpng SDL mesa libjpeg SDL_ttf libvorbis gettext physfs];
buildInputs = [ libpng SDL2 mesa_noglu libjpeg SDL2_ttf libvorbis gettext physfs ];
dontPatchElf = true;

View file

@ -9985,9 +9985,7 @@ let
nettools = callPackage ../os-specific/linux/net-tools { };
neverball = callPackage ../games/neverball {
libpng = libpng15;
};
neverball = callPackage ../games/neverball { };
nftables = callPackage ../os-specific/linux/nftables { };