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.
This commit is contained in:
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 @@ (define-public go-github-com-oneofone-xxhash
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 @@ (define-public csvdiff
JSON for post-processing
@end itemize")
(license license:expat)))
(define-public go-github-com-aswinkarthik-csvdiff
(deprecated-package "go-github-com-aswinkarthik-csvdiff" csvdiff))