Skip to content

Commit ce5e427

Browse files
committed
cups-pdf-to-pdf: resolve with lib; in meta
#371862
1 parent 7483860 commit ce5e427

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/cu/cups-pdf-to-pdf/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ stdenv.mkDerivation {
4545

4646
passthru.tests.vmtest = nixosTests.cups-pdf;
4747

48-
meta = with lib; {
48+
meta = {
4949
description = "CUPS backend that turns print jobs into searchable PDF files";
5050
homepage = "https://github.com/alexivkin/CUPS-PDF-to-PDF";
51-
license = licenses.gpl2Only;
52-
maintainers = [ maintainers.yarny ];
51+
license = lib.licenses.gpl2Only;
52+
maintainers = [ lib.maintainers.yarny ];
5353
longDescription = ''
5454
cups-pdf is a CUPS backend that generates a PDF file for each print job and puts this file
5555
into a folder on the local machine such that the print job's owner can access the file.

0 commit comments

Comments
 (0)