summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-02 23:07:06 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:47:37 +0000
commit5411a83ae689c97907023cc7dbcf5d27ee698a18 (patch)
treea825c9d1286db14ee209a18a79001ac3aa65948e /gnu/packages/golang.scm
parente1b533daff640a7e40ffffe946ed1eb70dba67ef (diff)
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
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r--gnu/packages/golang.scm25
1 files changed, 0 insertions, 25 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 30e726a103..99180c6638 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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"))