summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-10-16 17:08:05 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-23 19:35:06 +0200
commit9fcfb9394471d58c75a5fffeda3763e5864b18fa (patch)
tree7124f051de12cf489ea73e87aeb5c758068cfa18 /gnu/packages/version-control.scm
parente46dfc7e9446fb753294747f73c9cb568fd02c2a (diff)
gnu: Use ‘define-deprecated-package’ for deprecated packages.
Use ‘define-deprecated-package’ instead of (define x (deprecated-package …)) throughout gnu/packages/*.scm. Change-Id: I4e176da9ac660327489dab256ca4d12c4e78fe8d
Diffstat (limited to 'gnu/packages/version-control.scm')
-rw-r--r--gnu/packages/version-control.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 5cb9754f7fb..a271b08a7ee 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -304,8 +304,8 @@ and protocols. One of the key differences with Bazaar is that Breezy runs on
Python 3.3 and later, rather than on Python 2.")
(license license:gpl2+)))
-(define-public bazaar
- (deprecated-package "bazaar" breezy))
+(define-deprecated-package bazaar
+ breezy)
(define git-cross-configure-flags
#~(list "ac_cv_fread_reads_directories=yes"
@@ -2713,8 +2713,8 @@ specify a list of hooks you want and pre-commit manages the installation and
execution of any hook written in any language before every commit.")
(license license:expat)))
-(define-public python-pre-commit
- (deprecated-package "python-pre-commit" pre-commit))
+(define-deprecated-package python-pre-commit
+ pre-commit)
;; XXX: This is a temporary helper to avoid recompiling mercurial/pinned.
;; If you update mercurial, don't touch it but work around it.