We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
with lib;
meta
1 parent 7483860 commit ce5e427Copy full SHA for ce5e427
pkgs/by-name/cu/cups-pdf-to-pdf/package.nix
@@ -45,11 +45,11 @@ stdenv.mkDerivation {
45
46
passthru.tests.vmtest = nixosTests.cups-pdf;
47
48
- meta = with lib; {
+ meta = {
49
description = "CUPS backend that turns print jobs into searchable PDF files";
50
homepage = "https://github.com/alexivkin/CUPS-PDF-to-PDF";
51
- license = licenses.gpl2Only;
52
- maintainers = [ maintainers.yarny ];
+ license = lib.licenses.gpl2Only;
+ maintainers = [ lib.maintainers.yarny ];
53
longDescription = ''
54
cups-pdf is a CUPS backend that generates a PDF file for each print job and puts this file
55
into a folder on the local machine such that the print job's owner can access the file.
0 commit comments