cups: 2.0.4 -> 2.1.3

Also enable parallel building and don't install rc.d scripts.

Changed files
+4 -3
pkgs
misc
+4 -3
pkgs/misc/cups/default.nix
···
### IMPORTANT: before updating cups, make sure the nixos/tests/printing.nix test
### works at least for your platform.
-
let version = "2.0.4"; in
+
let version = "2.1.3"; in
with stdenv.lib;
stdenv.mkDerivation {
···
src = fetchurl {
url = "https://www.cups.org/software/${version}/cups-${version}-source.tar.bz2";
-
sha256 = "1gaakz24k6x5nc09rmpiq0xq20j1qdjc3szag8qwmyi4ky6ydmg1";
+
sha256 = "1lyl3z01xhg9xb9c8m42398c6h9kw8qr6jwiv8bjdsjab11hv9rn";
};
buildInputs = [ pkgconfig zlib libjpeg libpng libtiff libusb gnutls libpaper ]
···
# Idem for /etc.
"PAMDIR=$(out)/etc/pam.d"
"DBUSDIR=$(out)/etc/dbus-1"
-
"INITDIR=$(out)/etc/rc.d"
"XINETD=$(out)/etc/xinetd.d"
"SERVERROOT=$(out)/etc/cups"
# Idem for /usr.
···
# Work around a Makefile bug.
"CUPS_PRIMARY_SYSTEM_GROUP=root"
];
+
+
enableParallelBuilding = true;
postInstall = ''
# Delete obsolete stuff that conflicts with cups-filters.