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/packages/cups.scm | |
parent | a0060934a5d7c0bfe81652b31fded150a0ed8e3d (diff) | |
download | 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/packages/cups.scm')
-rw-r--r-- | gnu/packages/cups.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index 647b89dc03..fc3ff52cbe 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -522,6 +522,7 @@ should only be used as part of the Guix cups-pk-helper service.") (sha256 (base32 "0ihv9ddjrjx5bdf8pwc2fvljkpfzq4qi9r2awm8dgky053v0bk7p")) + (patches (search-patches "hplip-usb-timeout.patch")) (modules '((guix build utils))) (snippet '(begin |