* [bug#61446] [PATCH] gnu: Add qbittorrent-nox.
@ 2023-02-12 5:08 Hilton Chain via Guix-patches via
2023-05-17 21:26 ` Josselin Poiret via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-02-12 5:08 UTC (permalink / raw)
To: 61446
* gnu/packages/bittorrent.scm (qbittorrent-nox): New variable.
---
gnu/packages/bittorrent.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index c3257cf2bf..ab4091009d 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -491,6 +491,23 @@ (define-public qbittorrent
features.")
(license l:gpl2+)))
+(define-public qbittorrent-nox
+ (let ((base qbittorrent))
+ (package
+ (inherit base)
+ (name "qbittorrent-nox")
+ (arguments
+ (substitute-keyword-arguments (package-arguments base)
+ ((#:configure-flags configure-flags)
+ #~(append #$configure-flags
+ (list "--disable-gui")))
+ ((#:phases phases)
+ #~(modify-phases #$phases
+ (delete 'wrap-qt)))))
+ (inputs
+ (modify-inputs (package-inputs base)
+ (delete "qtsvg-5"))))))
+
(define-public deluge
(package
(name "deluge")
base-commit: 4a6f64ab2afff761eb233e7ca6110d9e8acf8f32
--
2.39.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#61446] [PATCH] gnu: Add qbittorrent-nox.
2023-02-12 5:08 [bug#61446] [PATCH] gnu: Add qbittorrent-nox Hilton Chain via Guix-patches via
@ 2023-05-17 21:26 ` Josselin Poiret via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2023-05-17 21:26 UTC (permalink / raw)
To: Hilton Chain, 61446
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
Hi Hilton,
Hilton Chain via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/bittorrent.scm (qbittorrent-nox): New variable.
LGTM, applied as d845202d357057b586ec2075a8b8ec492210c005.
Pro-tip: I guess because your mail domain has a strict DKIM policy, your
mail's subject being rewritten by debbugs causes it to fail, and so
mailman then rewrites the From: header to the generic mailing list
address. This causes your patches to have the mailing list's address
when applying. You can remedy this by adding
format.forceinbodyfrom=true to your git config, which will always add a
pristine From: in the body of the mail.
Best,
--
Josselin Poiret
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 682 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-17 21:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-12 5:08 [bug#61446] [PATCH] gnu: Add qbittorrent-nox Hilton Chain via Guix-patches via
2023-05-17 21:26 ` Josselin Poiret via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.