[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: age-keygen: Move to (gnu packages golang-crypto).
From: |
guix-commits |
Subject: |
02/08: gnu: age-keygen: Move to (gnu packages golang-crypto). |
Date: |
Thu, 1 Feb 2024 01:24:48 -0500 (EST) |
hako pushed a commit to branch master
in repository guix.
commit 95c2de71a4bc2417090efa7af0f59dd7ed5675b6
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Thu Feb 1 13:31:44 2024 +0800
gnu: age-keygen: Move to (gnu packages golang-crypto).
This is a follow-up to c94fc0596f722aa46916983170e41dd0e1c78713, which
introduces cyclic module dependencies.
* gnu/packages/golang.scm (age-keygen): Move to…
* gnu/packages/golang-crypto.scm (age-keygen): …here.
Change-Id: Id4f526cd07cf74304d481ca0c94b516360c8dc6c
---
gnu/packages/golang-crypto.scm | 9 +++++++++
gnu/packages/golang.scm | 9 ---------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 7985041018..688523a8f7 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -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")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 15a4b938b4..014ca01602 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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")
- branch master updated (c76004c574 -> 1eeeeb8add), guix-commits, 2024/02/01
- 06/08: gnu: virt-manager: Update package style., guix-commits, 2024/02/01
- 05/08: gnu: python-apsw: Update to 3.45.1.0., guix-commits, 2024/02/01
- 07/08: gnu: virt-manager: Fix qemu path substitution., guix-commits, 2024/02/01
- 04/08: gnu: sqlite-next: Update to 3.45.1., guix-commits, 2024/02/01
- 02/08: gnu: age-keygen: Move to (gnu packages golang-crypto).,
guix-commits <=
- 01/08: gnu: age: Move to (gnu packages golang-crypto)., guix-commits, 2024/02/01
- 08/08: gnu: virt-manager: Don't propagate qemu., guix-commits, 2024/02/01
- 03/08: gnu: mpv-mpris: Switch to gnu-build-system., guix-commits, 2024/02/01