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:
parent
43b9419bdc
commit
9d636f2d7b
@ -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")
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user