mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-06-09 20:45:29 +00:00
rosenthal: Remove qbittorrent-enhanced-nox. [upstreamed]
* rosenthal/packages/bittorrent.scm (qbittorrent-enhanced-nox) (qbittorrent-enhanced-edition-nox): Delete variables.
This commit is contained in:
parent
7e9fe5760b
commit
f668b716b6
@ -39,25 +39,5 @@ the following features:
|
||||
@item Peer whitelist/blacklist
|
||||
@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
|
||||
(deprecated-package "qbittorrent-enhanced-edition" qbittorrent-enhanced))
|
||||
|
||||
(define-public qbittorrent-enhanced-edition-nox
|
||||
(deprecated-package "qbittorrent-enhanced-edition-nox" qbittorrent-enhanced-nox))
|
||||
|
Loading…
Reference in New Issue
Block a user