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.")
|
composability.")
|
||||||
(license license:bsd-3)))
|
(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
|
(define-public go-filippo-io-edwards25519
|
||||||
(package
|
(package
|
||||||
(name "go-filippo-io-edwards25519")
|
(name "go-filippo-io-edwards25519")
|
||||||
|
|
|
@ -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.")
|
(description "This package implements a low-level key/value store in Go.")
|
||||||
(license license:expat)))
|
(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
|
(define-public age-keygen
|
||||||
(package
|
(package
|
||||||
(inherit go-filippo-io-age)
|
(inherit go-filippo-io-age)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue