1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: age: Move to (gnu packages golang-crypto).

This is a follow-up to c94fc0596f, which
introduces cyclic module dependencies.

* gnu/packages/golang.scm (age): Move to…
* gnu/packages/golang-crypto.scm (age): …here.

Change-Id: I471ea739315cb052ed61c69ad52906c5c46852f5
This commit is contained in:
Hilton Chain 2024-02-01 13:28:58 +08:00
parent c76004c574
commit b2eac4455f
No known key found for this signature in database
GPG key ID: ACC66D09CA528292
2 changed files with 9 additions and 9 deletions

View file

@ -9347,15 +9347,6 @@ configuration languages, but other uses may be possible too.")
(description "This package implements a low-level key/value store in Go.")
(license license:expat)))
(define-public age
(package
(inherit go-filippo-io-age)
(name "age")
(arguments
`(#:import-path "filippo.io/age/cmd/age"
#:unpack-path "filippo.io/age"
#:install-source? #f))))
(define-public age-keygen
(package
(inherit go-filippo-io-age)