mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: go-github.com-ulikunitz-xz: Move to golang-compression.
* gnu/packages/golang.scm (go-github.com-ulikunitz-xz): Move from here ... * gnu/packages/golang-compression.scm: ... to here. * gnu/packages/admin.scm: Add (gnu packages golang-compression) module. * gnu/packages/bioinformatics.scm: As above. Change-Id: I1901e67ac4336efd356085332572b3f09de90f7a
This commit is contained in:
parent
8af7c33818
commit
c185c51e14
4 changed files with 25 additions and 22 deletions
|
@ -8989,28 +8989,6 @@ modifying them.")
|
|||
parsers, and related tools.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-github.com-ulikunitz-xz
|
||||
(package
|
||||
(name "go-github.com-ulikunitz-xz")
|
||||
(version "0.5.8")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/ulikunitz/xz.git")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xnsymi5fmmm734bi4c6z57p5cvnyxlpi29yxs4v21w5k763aypd"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/ulikunitz/xz"))
|
||||
(synopsis "Read and write xz compressed streams in Go")
|
||||
(description "This package provides a library to read and write xz
|
||||
compressed streams in Go.")
|
||||
(home-page "https://github.com/ulikunitz/xz")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-songmu-gitconfig
|
||||
(package
|
||||
(name "go-github-com-songmu-gitconfig")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue