gnu: Add qbittorrent-enhanced-nox.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced-nox): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
3880bfe5a9
commit
6789c4f3cb
1 changed files with 7 additions and 0 deletions
|
@ -547,6 +547,13 @@ the following features:
|
||||||
@item Peer whitelist/blacklist
|
@item Peer whitelist/blacklist
|
||||||
@end itemize")))
|
@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
|
(define-public deluge
|
||||||
(package
|
(package
|
||||||
(name "deluge")
|
(name "deluge")
|
||||||
|
|
Reference in a new issue