liquidwar: update (builds with libpng-1.5)
I removed update-upstream-info magick because it didn't work for new version. svn path=/nixpkgs/trunk/; revision=32324
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
a :
|
||||
let
|
||||
s = import ./src-for-default.nix;
|
||||
buildInputs = with a; [
|
||||
xproto libX11 gmp guile
|
||||
mesa libjpeg libpng
|
||||
@@ -12,9 +11,13 @@ let
|
||||
];
|
||||
in
|
||||
rec {
|
||||
src = a.fetchUrlFromSrcInfo s;
|
||||
name = "liquidwar6-0.0.13beta";
|
||||
|
||||
src = a.fetchurl {
|
||||
url = "http://ftp.gnu.org/gnu/liquidwar6/${name}.tar.gz";
|
||||
sha256 = "1jjf7wzb8jf02hl3473vz1q74fhmxn0szbishgi1f1j6a7234wx2";
|
||||
};
|
||||
|
||||
inherit (s) name;
|
||||
inherit buildInputs;
|
||||
configureFlags = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user