mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: Remove go-github-com-kylelemons-godebug-pretty.
* gnu/packages/golang-xyz.scm (go-github-com-kylelemons-godebug-pretty): Delete variable. (go-github-com-sahilm-fuzzy) [native-inputs]: Remove go-github-com-kylelemons-godebug-pretty. Change-Id: Ic0a4ffb28e4a08d83e7a72b163ed4f9f8b6178e9
This commit is contained in:
parent
6be8928ef8
commit
1eb64a19e5
1 changed files with 1 additions and 12 deletions
|
@ -4946,16 +4946,6 @@ structure. It can also produce a much more verbose, one-item-per-line
|
||||||
representation suitable for computing diffs.")
|
representation suitable for computing diffs.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
;; TODO: Merge with go-github-com-kylelemons-godebug and provide both module;
|
|
||||||
;; for go-team.
|
|
||||||
(define-public go-github-com-kylelemons-godebug-pretty
|
|
||||||
(package
|
|
||||||
(inherit go-github-com-kylelemons-godebug)
|
|
||||||
(name "go-github-com-kylelemons-godebug-pretty")
|
|
||||||
(arguments
|
|
||||||
'(#:import-path "github.com/kylelemons/godebug/pretty"
|
|
||||||
#:unpack-path "github.com/kylelemons/godebug"))))
|
|
||||||
|
|
||||||
(define-public go-github-com-lestrrat-go-envload
|
(define-public go-github-com-lestrrat-go-envload
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-lestrrat-go-envload")
|
(name "go-github-com-lestrrat-go-envload")
|
||||||
|
@ -7224,8 +7214,7 @@ logging.")
|
||||||
(base32 "15j95gm7hcmg09x1b39vc4il8bryv4v0yljvvyq5vyc6iq66qrbz"))))
|
(base32 "15j95gm7hcmg09x1b39vc4il8bryv4v0yljvvyq5vyc6iq66qrbz"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list go-github-com-kylelemons-godebug
|
(list go-github-com-kylelemons-godebug))
|
||||||
go-github-com-kylelemons-godebug-pretty))
|
|
||||||
(arguments
|
(arguments
|
||||||
(list #:import-path "github.com/sahilm/fuzzy"))
|
(list #:import-path "github.com/sahilm/fuzzy"))
|
||||||
(home-page "https://github.com/sahilm/fuzzy")
|
(home-page "https://github.com/sahilm/fuzzy")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue