gnu: qbittorrent-enhanced-nox: Rename to qbittorrent-enhanced-no-x.
* gnu/packages/bittorrent.scm (qbittorrent-enhanced-no-x): New variable, renamed from… (qbittorrent-enhanced-nox): …this package, now redefined as a DEPRECATED-PACKAGE. Change-Id: I4d1f9da937df6d6145ffbf9e9f2dd544365b9872
This commit is contained in:
parent
55c5f54f03
commit
8d6d5b2a94
@ -607,12 +607,15 @@ the following features:
|
|||||||
@item Peer whitelist/blacklist
|
@item Peer whitelist/blacklist
|
||||||
@end itemize")))
|
@end itemize")))
|
||||||
|
|
||||||
(define-public qbittorrent-enhanced-nox
|
(define-public qbittorrent-enhanced-no-x
|
||||||
(package
|
(package
|
||||||
(inherit qbittorrent-enhanced)
|
(inherit qbittorrent-enhanced)
|
||||||
(name "qbittorrent-enhanced-nox")
|
(name "qbittorrent-enhanced-no-x")
|
||||||
(arguments (package-arguments qbittorrent-nox))
|
(arguments (package-arguments qbittorrent-no-x))
|
||||||
(inputs (package-inputs qbittorrent-nox))))
|
(inputs (package-inputs qbittorrent-no-x))))
|
||||||
|
|
||||||
|
(define-public qbittorrent-enhanced-nox
|
||||||
|
(deprecated-package "qbittorrent-enhanced-nox" qbittorrent-enhanced-no-x))
|
||||||
|
|
||||||
(define-public deluge
|
(define-public deluge
|
||||||
(package
|
(package
|
||||||
|
Loading…
Reference in New Issue
Block a user