me
/
guix
Archived
1
0
Fork 0

gnu: Add qbittorrent-enhanced-nox.

* gnu/packages/bittorrent.scm (qbittorrent-enhanced-nox): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Hilton Chain 2023-07-01 11:02:17 +02:00 committed by Nicolas Goaziou
parent 3880bfe5a9
commit 6789c4f3cb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 7 additions and 0 deletions

View File

@ -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")