From 13bb3d8bead3332d45e88563a8b166e1a24ec3fd Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 24 Sep 2023 02:00:00 +0200 Subject: gnu: qbittorrent-nox: Rename to qbittorrent-no-x. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/bittorrent.scm (qbittorrent-no-x): New variable, renamed from… (qbittorrent-nox): …this package, now redefined as a DEPRECATED-PACKAGE. --- gnu/packages/bittorrent.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 374bea3384..9fcaf77474 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -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) -- cgit v1.2.3