mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
@ -84,6 +84,15 @@ It features small explicit keys, no configuration options, and Unix-style
|
|||
composability.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(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 go-filippo-io-edwards25519
|
||||
(package
|
||||
(name "go-filippo-io-edwards25519")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue