me
/
guix
Archived
1
0
Fork 0

gnu: Add age-keygen.

* gnu/packages/golang.scm (age-keygen): New public variable.
master
Tobias Geerinckx-Rice 2022-10-16 02:00:01 +02:00
parent d618307725
commit e02a49e11d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 9 additions and 0 deletions

View File

@ -8404,6 +8404,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")