diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-22 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-22 02:00:00 +0200 |
commit | 9356a8ccdd6c0c2aa00e054bc3d5a04d082465b6 (patch) | |
tree | 079b378013696113c9d4d56eb2cf7ace8c0e0eb5 | |
parent | 5e888ec915cfdd256e726959cdc23293bc36277e (diff) | |
download | guix-9356a8ccdd6c0c2aa00e054bc3d5a04d082465b6.tar.gz |
gnu: Register CUPS patch.
* gnu/local.mk (dist_patch_DATA): Add missing patch. Change-Id: Iec177d4cfaa9b2d5ba4a795f46db1db05194d71f
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 9fdad12b63..f510563139 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1114,6 +1114,7 @@ dist_patch_DATA = \ %D%/packages/patches/crda-optional-gcrypt.patch \ %D%/packages/patches/clucene-contribs-lib.patch \ %D%/packages/patches/cube-nocheck.patch \ + %D%/packages/patches/cups-minimal-Address-PPD-injection-issues.patch \ %D%/packages/patches/curl-use-ssl-cert-env.patch \ %D%/packages/patches/curlftpfs-fix-error-closing-file.patch \ %D%/packages/patches/curlftpfs-fix-file-names.patch \ |