guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: Move go-github-com-aswinkarthik-csvdiff to textutils.


From: guix-commits
Subject: 04/06: gnu: Move go-github-com-aswinkarthik-csvdiff to textutils.
Date: Fri, 24 Dec 2021 13:12:54 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 9d636f2d7b7a9fca0eb05495509bc1595edfb486
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu Dec 23 23:12:03 2021 +0100

    gnu: Move go-github-com-aswinkarthik-csvdiff to textutils.
    
    This fixes a build error caused by cross-module use of deprecated-package.
    
    * gnu/packages/golang.scm (go-github-com-aswinkarthik-csvdiff): Move from
    here...
    * gnu/packages/textutils.scm (go-github-com-aswinkarthik-csvdiff): ... to 
here.
---
 gnu/packages/golang.scm    | 3 ---
 gnu/packages/textutils.scm | 3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index f716c69..87e4d5d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8688,9 +8688,6 @@ zero round-trip encryption, and other advanced features.")
 non-cryptographic hash algorithm, working at speeds close to RAM limits.")
     (license license:asl2.0)))
 
-(define-public go-github-com-aswinkarthik-csvdiff
-  (deprecated-package "go-github-com-aswinkarthik-csvdiff" csvdiff))
-
 (define-public go-gopkg-in-djherbis-times-v1
   (package
     (name "go-gopkg-in-djherbis-times-v1")
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 49fcdad..8581382 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1382,3 +1382,6 @@ line.  @code{csvdiff} supports
 JSON for post-processing
 @end itemize")
     (license license:expat)))
+
+(define-public go-github-com-aswinkarthik-csvdiff
+  (deprecated-package "go-github-com-aswinkarthik-csvdiff" csvdiff))



reply via email to

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