guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/08: gnu: age: Move to (gnu packages golang-crypto).


From: guix-commits
Subject: 01/08: gnu: age: 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 b2eac4455f70ae7c7163c919cbf2fe06db771289
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Thu Feb 1 13:28:58 2024 +0800

    gnu: age: Move to (gnu packages golang-crypto).
    
    This is a follow-up to c94fc0596f722aa46916983170e41dd0e1c78713, which
    introduces cyclic module dependencies.
    
    * gnu/packages/golang.scm (age): Move to…
    * gnu/packages/golang-crypto.scm (age): …here.
    
    Change-Id: I471ea739315cb052ed61c69ad52906c5c46852f5
---
 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 baaae1710a..7985041018 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -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")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 20fb76b1c8..15a4b938b4 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
-  (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
   (package
     (inherit go-filippo-io-age)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]