guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

362/401: gnu: go-github-com-oklog-ulid: Fix bulid.


From: guix-commits
Subject: 362/401: gnu: go-github-com-oklog-ulid: Fix bulid.
Date: Thu, 26 Dec 2024 19:31:26 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit f6e2771c9461707c8d647e0dfd5ebe5b430a5f57
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Dec 24 16:18:36 2024 +0000

    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 8ba3742bf5..ab2347b8c9 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]