ngz pushed a commit to branch master
in repository guix.

commit 6789c4f3cb5f6f6c84290c9973e815c6f3158c31
Author: Hilton Chain <[email protected]>
AuthorDate: Sat Jul 1 11:02:17 2023 +0200

    gnu: Add qbittorrent-enhanced-nox.
    
    * gnu/packages/bittorrent.scm (qbittorrent-enhanced-nox): New variable.
    
    Signed-off-by: Nicolas Goaziou <[email protected]>
---
 gnu/packages/bittorrent.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 1fba5c71a2..3dbd28c4c8 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -547,6 +547,13 @@ the following features:
 @item Peer whitelist/blacklist
 @end itemize")))
 
+(define-public qbittorrent-enhanced-nox
+  (package
+    (inherit qbittorrent-enhanced)
+    (name "qbittorrent-enhanced-nox")
+    (arguments (package-arguments qbittorrent-nox))
+    (inputs (package-inputs qbittorrent-nox))))
+
 (define-public deluge
   (package
     (name "deluge")

Reply via email to