me
/
guix
Archived
1
0
Fork 0

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.
master
Liliana Marie Prikler 2021-12-23 23:12:03 +01:00
parent 43b9419bdc
commit 9d636f2d7b
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
2 changed files with 3 additions and 3 deletions

View File

@ -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")

View File

@ -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))