gnu: age-keygen: Move to (gnu packages golang-crypto).
This is a follow-up to c94fc0596f
, which
introduces cyclic module dependencies.
* gnu/packages/golang.scm (age-keygen): Move to…
* gnu/packages/golang-crypto.scm (age-keygen): …here.
Change-Id: Id4f526cd07cf74304d481ca0c94b516360c8dc6c
master
parent
b2eac4455f
commit
95c2de71a4
|
@ -93,6 +93,15 @@ composability.")
|
|||
#:unpack-path "filippo.io/age"
|
||||
#:install-source? #f))))
|
||||
|
||||
(define-public age-keygen
|
||||
(package
|
||||
(inherit go-filippo-io-age)
|
||||
(name "age-keygen")
|
||||
(arguments
|
||||
`(#:import-path "filippo.io/age/cmd/age-keygen"
|
||||
#:unpack-path "filippo.io/age"
|
||||
#:install-source? #f))))
|
||||
|
||||
(define-public go-filippo-io-edwards25519
|
||||
(package
|
||||
(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.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public age-keygen
|
||||
(package
|
||||
(inherit go-filippo-io-age)
|
||||
(name "age-keygen")
|
||||
(arguments
|
||||
`(#:import-path "filippo.io/age/cmd/age-keygen"
|
||||
#:unpack-path "filippo.io/age"
|
||||
#:install-source? #f))))
|
||||
|
||||
(define-public go-github-com-bwesterb-go-ristretto
|
||||
(package
|
||||
(name "go-github-com-bwesterb-go-ristretto")
|
||||
|
|
Reference in New Issue