libppd: add meta attribute set

+8
+8
pkgs/by-name/li/libppd/package.nix
··· 3 3 cups, 4 4 fetchFromGitHub, 5 5 ghostscript, 6 + lib, 6 7 libcupsfilters, 7 8 libz, 8 9 mupdf, ··· 46 47 "CUPS_DATADIR=$(out)/share/cups" 47 48 "CUPS_SERVERROOT=$(out)/etc/cups" 48 49 ]; 50 + 51 + meta = { 52 + description = "Library designed to support legacy printer drivers by handling PostScript Printer Description (PPD) file"; 53 + homepage = "https://github.com/OpenPrinting/libppd"; 54 + license = lib.licenses.asl20; 55 + platforms = lib.platforms.linux; 56 + }; 49 57 }