summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <[email protected]>2025-02-27 14:29:16 +0000
committerSharlatan Hellseher <[email protected]>2025-02-27 14:29:16 +0000
commitf698e1f38f6953d8462c052f122506ac4a5e7844 (patch)
tree7ca63b18c4741002218f19ce90fb5ad341c1eded
parentfc4795d7d21c3e60d0ca2a51203e8f1b1c312bfb (diff)
gnu: age-keygen: Deprecate package properly.
Reported in #76607: Missing age-keygen - can't build package cache * gnu/packages/golang-crypto.scm (age-keygen): New deprecating variable, to help resolving issues with users' manifests. Reported-by: Rostislav Svoboda <[email protected]> Change-Id: If99923941e0d814270ee8dd0dcb5683295885109
-rw-r--r--gnu/packages/golang-crypto.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index b0420f2a04..17567219e4 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -2605,6 +2605,9 @@ Go.")
"\nThis package provides a command line interface (CLI)
tools."))))
+(define-public age-keygen
+ (deprecated-package "age-keygen" age))
+
(define-public go-jwker
(package/inherit go-github-com-jphastings-jwker
(name "go-jwker")