diff options
author | Bruno Victal <mirai@makinata.eu> | 2023-10-17 17:25:48 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2023-10-25 11:59:58 +0200 |
commit | 1e5ec9d853b89f6a142a4128e9fff6e2d48213d5 (patch) | |
tree | 6ab08fb1f78d2eabfefade9ec8b963ca3effeb6e /gnu/local.mk | |
parent | a0060934a5d7c0bfe81652b31fded150a0ed8e3d (diff) | |
download | guix-1e5ec9d853b89f6a142a4128e9fff6e2d48213d5.tar guix-1e5ec9d853b89f6a142a4128e9fff6e2d48213d5.tar.gz |
gnu: hplip: Fix USB timeouts.
* gnu/packages/patches/hplip-usb-timeout.patch: New file.
* gnu/local.mk: Register it.
* gnu/packages/cups.scm (hplip): Use it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-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 43145caf80..6a285f11b8 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1401,6 +1401,7 @@ dist_patch_DATA = \ %D%/packages/patches/heimdal-CVE-2022-45142.patch \ %D%/packages/patches/helm-fix-gcc-9-build.patch \ %D%/packages/patches/highlight-gui-data-dir.patch \ + %D%/packages/patches/hplip-usb-timeout.patch \ %D%/packages/patches/http-parser-CVE-2020-8287.patch \ %D%/packages/patches/htslib-for-stringtie.patch \ %D%/packages/patches/hubbub-sort-entities.patch \ |