mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove go-github-com-whyrusleeping-tar-utils.
Not in use by any packages in Guix, not maintained. * gnu/packages/golang.scm (go-github-com-whyrusleeping-tar-utils): Delete variable. Change-Id: Ie78368e21c5673f59dda81a753685cb1060d47f3
This commit is contained in:
parent
e1b533daff
commit
5411a83ae6
1 changed files with 0 additions and 25 deletions
|
@ -3049,31 +3049,6 @@ required by Go's standard Hash interface.")
|
|||
(description "Just a type for protocol strings. Nothing more.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-github-com-whyrusleeping-tar-utils
|
||||
(let ((commit "8c6c8ba81d5c71fd69c0f48dbde4b2fb422b6dfc")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "go-github-com-whyrusleeping-tar-utils")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/whyrusleeping/tar-utils")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"14jjdw3yics0k467xsyk388684wdpi0bbx8nqj0y4pqxa0s0in6s"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path
|
||||
"github.com/whyrusleeping/tar-utils"))
|
||||
(home-page "https://github.com/whyrusleeping/tar-utils")
|
||||
(synopsis "Tar utilities extracted from go-ipfs codebase")
|
||||
(description "Tar utilities extracted from @command{go-ipfs} codebase.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-github-com-sabhiram-go-gitignore
|
||||
(let ((commit "525f6e181f062064d83887ed2530e3b1ba0bc95a")
|
||||
(revision "1"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue