me
/
guix
Archived
1
0
Fork 0

gnu: Remove go-github-com-bkaradzic-go-lz4.

* gnu/packages/syncthing.scm (go-github-com-bkaradzic-go-lz4): Delete variable.

Change-Id: Idb01a1909d4fe3d4360350e891fd97349db05a6f
master
Sharlatan Hellseher 2024-06-26 21:41:39 +01:00
parent cae129208d
commit 97e02a903e
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 0 additions and 24 deletions

View File

@ -239,30 +239,6 @@ configuration that is stored in a Go struct.")
(home-page "https://github.com/AudriusButkevicius/recli")
(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
(package
(name "go-github-com-calmh-du")