libppd: add meta attribute set
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
cups,
|
||||
fetchFromGitHub,
|
||||
ghostscript,
|
||||
lib,
|
||||
libcupsfilters,
|
||||
libz,
|
||||
mupdf,
|
||||
@@ -46,4 +47,11 @@ stdenv.mkDerivation rec {
|
||||
"CUPS_DATADIR=$(out)/share/cups"
|
||||
"CUPS_SERVERROOT=$(out)/etc/cups"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Library designed to support legacy printer drivers by handling PostScript Printer Description (PPD) file";
|
||||
homepage = "https://github.com/OpenPrinting/libppd";
|
||||
license = lib.licenses.asl20;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user