diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-07-01 11:02:17 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-01 11:02:21 +0200 |
commit | 6789c4f3cb5f6f6c84290c9973e815c6f3158c31 (patch) | |
tree | 0de510b23d7d667307650ae9d3823d6b43d24b08 /gnu/packages | |
parent | 3880bfe5a945df380832162e30d2da44ae0a8980 (diff) | |
download | guix-6789c4f3cb5f6f6c84290c9973e815c6f3158c31.tar.gz |
gnu: Add qbittorrent-enhanced-nox.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced-nox): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bittorrent.scm | 7 |
1 files changed, 7 insertions, 0 deletions
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") |