mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
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
2 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue