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:
parent
c76004c574
commit
b2eac4455f
2 changed files with 9 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue