mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: go-github-com-oklog-ulid: Fix bulid.
* gnu/packages/golang-xyz.scm (go-github-com-oklog-ulid) [native-inputs]: Add go-github-com-pborman-getopt-v2. Change-Id: I983721b1e0ffcbc68ebe29e403c513ee237f882d
This commit is contained in:
parent
aa336ac794
commit
78d2499eae
1 changed files with 2 additions and 0 deletions
|
@ -8409,6 +8409,8 @@ (define-public go-github-com-oklog-ulid
|
|||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/oklog/ulid"))
|
||||
(native-inputs
|
||||
(list go-github-com-pborman-getopt-v2)) ; for CLI
|
||||
(home-page "https://github.com/oklog/ulid")
|
||||
(synopsis "Universally Unique Lexicographically Sortable Identifier in Golang")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue