From 9fcfb9394471d58c75a5fffeda3763e5864b18fa Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 16 Oct 2025 17:08:05 +0200 Subject: gnu: Use ‘define-deprecated-package’ for deprecated packages. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use ‘define-deprecated-package’ instead of (define x (deprecated-package …)) throughout gnu/packages/*.scm. Change-Id: I4e176da9ac660327489dab256ca4d12c4e78fe8d --- gnu/packages/textutils.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/textutils.scm') diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index 368cd1bd71f..fdd76876d37 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -1456,8 +1456,8 @@ It uses a plain-text database, a location-independent library, and features git integration, command-line support, and a curses-based TUI.") (license license:expat))) -(define-public python-cobib - (deprecated-package "python-cobib" cobib)) +(define-deprecated-package python-cobib + cobib) (define-public bibutils (package -- cgit v1.3