gnu: qbittorrent-nox: Rename to qbittorrent-no-x.
* gnu/packages/bittorrent.scm (qbittorrent-no-x): New variable, renamed from… (qbittorrent-nox): …this package, now redefined as a DEPRECATED-PACKAGE.
This commit is contained in:
parent
ab8c774191
commit
13bb3d8bea
@ -494,11 +494,11 @@ qBittorrent is fast, stable and provides unicode support as well as many
|
||||
features.")
|
||||
(license l:gpl2+)))
|
||||
|
||||
(define-public qbittorrent-nox
|
||||
(define-public qbittorrent-no-x
|
||||
(let ((base qbittorrent))
|
||||
(package
|
||||
(inherit base)
|
||||
(name "qbittorrent-nox")
|
||||
(name "qbittorrent-no-x")
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments base)
|
||||
((#:configure-flags configure-flags)
|
||||
@ -507,6 +507,9 @@ features.")
|
||||
(modify-inputs (package-inputs base)
|
||||
(delete "qtsvg-5"))))))
|
||||
|
||||
(define-public qbittorrent-nox
|
||||
(deprecated-package "qbittorrent-nox" qbittorrent-no-x))
|
||||
|
||||
(define-public qbittorrent-enhanced
|
||||
(package
|
||||
(inherit qbittorrent)
|
||||
|
Loading…
Reference in New Issue
Block a user