mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: Remove go-github-com-bkaradzic-go-lz4.
* gnu/packages/syncthing.scm (go-github-com-bkaradzic-go-lz4): Delete variable. Change-Id: Idb01a1909d4fe3d4360350e891fd97349db05a6f
This commit is contained in:
parent
cae129208d
commit
97e02a903e
1 changed files with 0 additions and 24 deletions
|
@ -239,30 +239,6 @@ (define-public go-github-com-audriusbutkevicius-recli
|
||||||
(home-page "https://github.com/AudriusButkevicius/recli")
|
(home-page "https://github.com/AudriusButkevicius/recli")
|
||||||
(license mpl2.0)))
|
(license mpl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-bkaradzic-go-lz4
|
|
||||||
(let ((commit "7224d8d8f27ef618c0a95f1ae69dbb0488abc33a")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
|
||||||
(name "go-github-com-bkaradzic-go-lz4")
|
|
||||||
(version (git-version "0.0.0" revision commit))
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/bkaradzic/go-lz4")
|
|
||||||
(commit commit)))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"10lmya17vdqg2pvqni0p73iahni48s1v11ya9a0hcz4jh5vw4dkb"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "github.com/bkaradzic/go-lz4"))
|
|
||||||
(synopsis "LZ4 compression algorithm")
|
|
||||||
(description "This package provides @code{go-lz4}, a Go implementation of
|
|
||||||
the LZ4 compression algorithm.")
|
|
||||||
(home-page "https://github.com/bkaradzic/go-lz4")
|
|
||||||
(license bsd-2))))
|
|
||||||
|
|
||||||
(define-public go-github-com-calmh-du
|
(define-public go-github-com-calmh-du
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-calmh-du")
|
(name "go-github-com-calmh-du")
|
||||||
|
|
Loading…
Reference in a new issue