mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
97e6ae2b3c
commit
0c4e1b01ab
1 changed files with 2 additions and 0 deletions
|
@ -8409,6 +8409,8 @@ goroutines as a unit whole.")
|
|||
(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…
Add table
Add a link
Reference in a new issue