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:
Sharlatan Hellseher 2024-12-24 16:18:36 +00:00
parent aa336ac794
commit 78d2499eae
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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