cups: Get rid of obsolete banners

These use bannertops, which no longer exists. And they conflicted with
the working banners in cups-filters.
This commit is contained in:
Eelco Dolstra 2014-12-16 18:20:12 +01:00
parent dc6c8b9714
commit ffdabf02b9

View file

@ -38,6 +38,12 @@ stdenv.mkDerivation {
"CUPS_PRIMARY_SYSTEM_GROUP=root"
];
postInstall =
''
# Delete obsolete stuff that conflicts with cups-filters.
rm -rf $out/share/cups/banners $out/share/cups/data/testprint
'';
meta = {
homepage = "http://www.cups.org/";
description = "A standards-based printing system for UNIX";