From 78d2499eaed8a25feb9e1283bdc25adcf31b8a53 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 24 Dec 2024 16:18:36 +0000 Subject: [PATCH] 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 --- gnu/packages/golang-xyz.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index f92230f588..94d47520cc 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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