mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-anmitsu-go-shlex: Fix indentation.
* gnu/packages/golang-xyz (go-github-com-anmitsu-go-shlex): Fix indentation. Change-Id: Ib47fbdf3a31a1442cd88ff12a9a2b6c437c283d9
This commit is contained in:
parent
90ec785f21
commit
c9fe935a33
1 changed files with 11 additions and 10 deletions
|
@ -283,20 +283,21 @@ newlines until a non-newline.")
|
||||||
(name "go-github-com-anmitsu-go-shlex")
|
(name "go-github-com-anmitsu-go-shlex")
|
||||||
(version "0.0.0-20200514113438-38f4b401e2be")
|
(version "0.0.0-20200514113438-38f4b401e2be")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/anmitsu/go-shlex")
|
(url "https://github.com/anmitsu/go-shlex")
|
||||||
(commit (go-version->git-ref version))))
|
(commit (go-version->git-ref version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "17iz68yzbnr7y4s493asbagbv79qq8hvl2pkxvm6bvdkgphj8w1g"))))
|
(base32 "17iz68yzbnr7y4s493asbagbv79qq8hvl2pkxvm6bvdkgphj8w1g"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments '(#:import-path "github.com/anmitsu/go-shlex"))
|
(arguments '(#:import-path "github.com/anmitsu/go-shlex"))
|
||||||
(home-page "https://github.com/anmitsu/go-shlex")
|
(home-page "https://github.com/anmitsu/go-shlex")
|
||||||
(synopsis "Simple shell-like lexical analyzer for Go")
|
(synopsis "Simple shell-like lexical analyzer for Go")
|
||||||
(description "This package provides a simple lexical analyzer to parse
|
(description
|
||||||
shell-like commands.")
|
"This package provides a simple lexical analyzer to parse shell-like
|
||||||
|
commands.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-armon-go-radix
|
(define-public go-github-com-armon-go-radix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue