diff --git a/pkgs/games/adom/default.nix b/pkgs/games/adom/default.nix index 9041fc225b0..e83f50df1b7 100644 --- a/pkgs/games/adom/default.nix +++ b/pkgs/games/adom/default.nix @@ -1,5 +1,5 @@ -{stdenv, patchelf, zlib, libmad, libpng12, libcaca, mesa, alsaLib, pulseaudio, -xlibs, plowshare}: +{ stdenv, patchelf, zlib, libmad, libpng12, libcaca, mesa, alsaLib, pulseaudio +, xlibs, plowshare }: let @@ -8,25 +8,22 @@ let lpath = "${stdenv.gcc.gcc}/lib64:" + stdenv.lib.makeSearchPath "lib" [ zlib libmad libpng12 libcaca libXext libX11 mesa alsaLib pulseaudio]; -in +in assert stdenv.is64bit; stdenv.mkDerivation rec { - name = "adom-1.20-noteye"; + name = "adom-1.2.0-noteye"; + # couldn't make fetchurl appear non-robot, even with --user-agent src = stdenv.mkDerivation { - name = "adom-1.20-noteye.tar.gz"; + name = "adom-1.2.0-noteye.tar.gz"; buildCommand = '' ${plowshare}/bin/plowdown "http://www30.zippyshare.com/v/39200582/file.html" - ls -lh F=`ls *tar.gz` - echo "Checking $F" - sha256sum -c <$out/bin/adom <