rosenthal: Add qbittorrent-enhanced-edition-nox.

* rosenthal/packages/bittorrent.scm (qbittorrent-enhanced-edition-nox): New
variable.
wip/index/refs/heads/trunk
Hilton Chain 2 years ago
parent 771fd649a3
commit dd0b4c69d1
No known key found for this signature in database
GPG Key ID: 5E5AA665614917F7
  1. 14
      rosenthal/packages/bittorrent.scm

@ -51,3 +51,17 @@ the following features:
@item Auto Ban BitTorrent Media Player Peer Option (Default: OFF) @item Auto Ban BitTorrent Media Player Peer Option (Default: OFF)
@item Peer whitelist/blacklist @item Peer whitelist/blacklist
@end itemize\n")))) @end itemize\n"))))
(define-public qbittorrent-enhanced-edition-nox
(let ((base qbittorrent-enhanced-edition))
(package
(inherit base)
(name "qbittorrent-enhanced-edition-nox")
(arguments
(substitute-keyword-arguments (package-arguments base)
((#:configure-flags configure-flags)
#~(append #$configure-flags
(list "-DGUI=OFF")))))
(inputs
(modify-inputs (package-inputs base)
(delete "qtsvg-5"))))))

Loading…
Cancel
Save