Unverified Commit 870ce56b authored by Andrew Voynov's avatar Andrew Voynov
Browse files

cups-browsed: add meta attribute set

parent a0b6a98e
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -46,4 +46,12 @@ stdenv.mkDerivation rec {
    "CUPS_DATADIR=$(out)/share/cups"
    "CUPS_SERVERROOT=$(out)/etc/cups"
  ];

  meta = {
    description = "Daemon for browsing the Bonjour broadcasts of shared, remote CUPS printers";
    homepage = "https://github.com/OpenPrinting/cups-browsed";
    license = lib.licenses.asl20;
    mainProgram = "cups-browsed";
    platforms = lib.platforms.linux;
  };
}