Updating xsane, and making it build with the old libpng. The previous url is gone.

svn path=/nixpkgs/trunk/; revision=32862
This commit is contained in:
Lluís Batlle i Rossell 2012-03-07 21:59:48 +00:00
parent 191fbf40bd
commit 65f45ef322
2 changed files with 6 additions and 4 deletions

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, saneBackends, saneFrontends,
libX11, gtk, pkgconfig, libpng, libusb ? null}:
stdenv.mkDerivation {
name = "xsane-0.996";
name = "xsane-0.998";
src = fetchurl {
url = ftp://ftp.sane-project.org/pub/sane/xsane/xsane-0.996.tar.gz;
sha256 = "0zddar0y76iv4c55qzfmnm819z5hzisr2jwjb60x36v6bdrhcjx5";
url = http://www.xsane.org/download/xsane-0.998.tar.gz;
sha256 = "0vn2cj85ijgp2v2j2h9xpqmg2jwlbxmwyb88kxhjjakqay02ybm3";
};
preConfigure = ''

View File

@ -8581,7 +8581,9 @@ let
xosd = callPackage ../misc/xosd { };
xsane = callPackage ../misc/xsane { };
xsane = callPackage ../misc/xsane {
libpng = libpng12;
};
yafc = callPackage ../applications/networking/yafc { };