rosenthal: Remove qbittorrent-enhanced-nox. [upstreamed]

* rosenthal/packages/bittorrent.scm (qbittorrent-enhanced-nox)
(qbittorrent-enhanced-edition-nox): Delete variables.
pull/1/head
Hilton Chain 1 year ago
parent 7e9fe5760b
commit f668b716b6
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 20
      rosenthal/packages/bittorrent.scm

@ -39,25 +39,5 @@ the following features:
@item Peer whitelist/blacklist @item Peer whitelist/blacklist
@end itemize\n")))) @end itemize\n"))))
(define-public qbittorrent-enhanced-nox
(let ((base qbittorrent-enhanced))
(package
(inherit base)
(name "qbittorrent-enhanced-nox")
(arguments
(substitute-keyword-arguments (package-arguments base)
((#:configure-flags configure-flags)
#~(append #$configure-flags
(list "--disable-gui")))
((#:phases phases)
#~(modify-phases #$phases
(delete 'wrap-qt)))))
(inputs
(modify-inputs (package-inputs base)
(delete "qtsvg-5"))))))
(define-public qbittorrent-enhanced-edition (define-public qbittorrent-enhanced-edition
(deprecated-package "qbittorrent-enhanced-edition" qbittorrent-enhanced)) (deprecated-package "qbittorrent-enhanced-edition" qbittorrent-enhanced))
(define-public qbittorrent-enhanced-edition-nox
(deprecated-package "qbittorrent-enhanced-edition-nox" qbittorrent-enhanced-nox))

Loading…
Cancel
Save