mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public qbittorrent-enhanced
|
|||
@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")
|
||||
|
|
Loading…
Reference in a new issue