[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: qbittorrent-nox: Rename to qbittorrent-no-x.
From: |
guix-commits |
Subject: |
02/02: gnu: qbittorrent-nox: Rename to qbittorrent-no-x. |
Date: |
Fri, 29 Sep 2023 11:54:50 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 13bb3d8bead3332d45e88563a8b166e1a24ec3fd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 24 02:00:00 2023 +0200
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.
---
gnu/packages/bittorrent.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
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)