[Nix-dev] cups broken (was: SVN commit: nix - r29237 - nixpkgs/trunk/pkgs/misc/cups)
Peter Simons
simons at cryp.to
Tue Sep 13 21:05:40 CEST 2011
Hi Russell,
> --- nixpkgs/trunk/pkgs/misc/cups/default.nix Tue Sep 13 12:17:28 2011 (r29236)
> +++ nixpkgs/trunk/pkgs/misc/cups/default.nix Tue Sep 13 13:57:46 2011 (r29237)
> @@ -1,7 +1,7 @@
> { stdenv, fetchurl, pkgconfig, zlib, libjpeg, libpng, libtiff, pam, openssl
> , dbus, libusb, acl }:
>
> -let version = "1.4.7"; in
> +let version = "1.5.0"; in
>
> stdenv.mkDerivation {
> name = "cups-${version}";
> @@ -10,7 +10,7 @@
>
> src = fetchurl {
> url = "http://ftp.easysw.com/pub/cups/${version}/cups-${version}-source.tar.bz2";
> - sha256 = "1xlnkdqldq81pdqgisqbyh92k249bzz35m1f5bp4la06p00ksvjf";
> + sha256 = "0czc0bmrm31jy03inm6w2mbr5s9q9xk6s1x5x4kddx2qlml9pyf6";
> };
>
> buildInputs = [ pkgconfig zlib libjpeg libpng libtiff pam dbus libusb acl ];
this update breaks support for Samsung printers for me. Any attempt to
print via Splix results in an error message, i.e.
Unsupported format "application/vnd.cups-banner".
or
lp: Unsupported document-format "application/pdf".
Also, my printers.conf used to contain two lines
Filter application/vnd.cups-raw 0 -
Filter application/vnd.cups-raster 0 rastertoqpdl
..., but those are gone in the new version. I tried adding them again,
but this doesn't seem to make a difference.
Does anyone have a clue how to remedy this problem?
Take care,
Peter
More information about the nix-dev
mailing list