mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: Add go-modernc-org-opt.
* gnu/packages/golang-xyz.scm (go-modernc-org-opt): New variable. Change-Id: Icf658b4e7b7558c067c54bd09ad06abf198f83d8
This commit is contained in:
parent
aecd38b9ae
commit
50bc6a2882
1 changed files with 22 additions and 0 deletions
|
@ -10844,6 +10844,28 @@ (define-public go-modernc-org-memory
|
|||
(description "Package memory implements a memory allocator.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-modernc-org-opt
|
||||
(package
|
||||
(name "go-modernc-org-opt")
|
||||
(version "0.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/cznic/opt")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "02jih8lgcyrm2v0vagdmq298rvhqkwi4pswg4nwlksdiayw356p5"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "modernc.org/opt"))
|
||||
(home-page "https://gitlab.com/cznic/opt")
|
||||
(synopsis "Command-line flag parsing")
|
||||
(description "Package opt implements command-line flag parsing.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-modernc-org-sortutil
|
||||
(package
|
||||
(name "go-modernc-org-sortutil")
|
||||
|
|
Loading…
Reference in a new issue