Updated xaos to 3.5
svn path=/nixpkgs/trunk/; revision=19096
This commit is contained in:
parent
c82d342017
commit
bcc9c9ab1e
@ -2,7 +2,7 @@ a :
|
|||||||
let
|
let
|
||||||
fetchurl = a.fetchurl;
|
fetchurl = a.fetchurl;
|
||||||
|
|
||||||
version = a.lib.attrByPath ["version"] "3.4" a;
|
version = a.lib.attrByPath ["version"] "3.5" a;
|
||||||
buildInputs = with a; [
|
buildInputs = with a; [
|
||||||
aalib gsl libpng libX11 xproto libXext xextproto
|
aalib gsl libpng libX11 xproto libXext xextproto
|
||||||
libXt zlib gettext intltool perl
|
libXt zlib gettext intltool perl
|
||||||
@ -10,8 +10,8 @@ let
|
|||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://prdownloads.sourceforge.net/xaos/XaoS-${version}.tar.gz";
|
url = "mirror://sourceforge/xaos/xaos-${version}.tar.gz";
|
||||||
sha256 = "004cdb0xv14shyixs79bf95s52s7aidr5bqfn9wb49gpasrsknrc";
|
sha256 = "0hj8sxya4s9rc1m4xvxj00jgiczi3ljf2zvrhx34r3ja2m9af7s7";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit buildInputs;
|
inherit buildInputs;
|
||||||
@ -27,6 +27,8 @@ rec {
|
|||||||
|
|
||||||
name = "xaos-" + version;
|
name = "xaos-" + version;
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = http://xaos.sourceforge.net/;
|
||||||
description = "XaoS - fractal viewer";
|
description = "XaoS - fractal viewer";
|
||||||
|
license = "GPLv2+";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user