[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))
- branch master updated (6b01be8 -> ef4c9ab), guix-commits, 2021/12/24
- 04/06: gnu: Move go-github-com-aswinkarthik-csvdiff to textutils.,
guix-commits <=
- 05/06: gnu: Add bibutils., guix-commits, 2021/12/24
- 02/06: gnu: webrtc-for-telegram-desktop: Update to 91d836dc84a16584c6ac52b36c04c0de504d9c34., guix-commits, 2021/12/24
- 03/06: gnu: telegram-desktop: Update to 2.9.3., guix-commits, 2021/12/24
- 06/06: gnu: wine: Update to 6.20., guix-commits, 2021/12/24
- 01/06: gnu: Add xiph-rnnoise., guix-commits, 2021/12/24