summaryrefslogtreecommitdiff
path: root/gnu/packages/golang.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-01-10 21:03:31 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:47:54 +0000
commita47a53d2edad842e233568a261c699602a00a6b2 (patch)
tree27caf8bcd3877bada575d829a7570947c179fbe3 /gnu/packages/golang.scm
parent51b691d54789474b1970909dfdc45d90d331b58c (diff)
gnu: go-github-com-google-shlex: Move to golang-xyz.
* gnu/packages/golang.scm (go-github-com-google-shlex): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I182b7965e68ba4a205e5c93efd6936949c064164
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 8e1b0c26a4..9f403abd46 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2963,31 +2963,6 @@ parser.")
"This package provides INI file read and write functionality in Go.")
(license license:asl2.0)))
-;; XXX: This repository has been archived by the owner on Dec 29, 2022. It is
-;; now read-only. It's only used by kiln, consider to remove it when it does
-;; no longer require it.
-(define-public go-github-com-google-shlex
- (package
- (name "go-github-com-google-shlex")
- (version "0.0.0-20191202100458-e7afc7fbc510")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/google/shlex")
- (commit (go-version->git-ref version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "14z8hqyik910wk2qwnzgz8mjsmiamxa0pj55ahbv0jx6j3dgvzfm"))))
- (build-system go-build-system)
- (arguments (list #:import-path "github.com/google/shlex"))
- (home-page "https://github.com/google/shlex")
- (synopsis "Simple lexer for Go")
- (description
- "@code{shlex} implements a simple lexer which splits input into tokens
-using shell-style rules for quoting and commenting.")
- (license license:asl2.0)))
-
(define notmuch-fixtures
(origin
(method url-fetch)