Unverified Commit a3021e09 authored by Andrew Voynov's avatar Andrew Voynov
Browse files

libppd: add meta attribute set

parent 870ce56b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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;
  };
}