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:
Tobias Geerinckx-Rice 2023-09-24 02:00:00 +02:00
parent ab8c774191
commit 13bb3d8bea
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -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)