mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-modernc-org-sortutil.
* gnu/packages/golang-xyz.scm (go-modernc-org-sortutil): New variable. Change-Id: I4fdc752b211d34c6583396dd6f5b332a647cad36
This commit is contained in:
parent
9dbdda6c22
commit
8964da0a94
1 changed files with 26 additions and 0 deletions
|
@ -10844,6 +10844,32 @@ kubernetes-independent packages supplementing the
|
|||
(description "Package memory implements a memory allocator.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-modernc-org-sortutil
|
||||
(package
|
||||
(name "go-modernc-org-sortutil")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/cznic/sortutil")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "01s9vil8lvaz526x6q9f12h6vpc3jc8zvpag7knz1bdx9b15yljc"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "modernc.org/sortutil"))
|
||||
(native-inputs
|
||||
(list go-modernc-org-mathutil))
|
||||
(home-page "https://gitlab.com/cznic/sortutil")
|
||||
(synopsis "Sort utility library")
|
||||
(description
|
||||
"Package sortutil provides utilities supplementing the standard
|
||||
@code{sort} package.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-mvdan-cc-editorconfig
|
||||
(package
|
||||
(name "go-mvdan-cc-editorconfig")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue