guix-commits
[Top][All Lists]
Advanced

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

173/401: gnu: go-github-com-dsnet-golib: Adjust inputs.


From: guix-commits
Subject: 173/401: gnu: go-github-com-dsnet-golib: Adjust inputs.
Date: Thu, 26 Dec 2024 19:30:52 -0500 (EST)

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

commit 5b6da15a6822c37ff264ff89f03eead5ea348f96
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Dec 15 14:46:25 2024 +0000

    gnu: go-github-com-dsnet-golib: Adjust inputs.
    
    * gnu/packages/golang-xyz.scm (go-github-com-dsnet-golib)
    [propagated-inputs]: Add go-github-com-google-go-cmp.
    
    Change-Id: I1eabd4242bd34acfbc2d1f0c3517e150da317721
---
 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 bb2266780f..e3cdd43d34 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3025,6 +3025,8 @@ implementation of http://docopt.org/.";)
     (arguments
      (list
       #:import-path "github.com/dsnet/golib"))
+    (propagated-inputs
+     (list go-github-com-google-go-cmp))
     (home-page "https://github.com/dsnet/golib";)
     (synopsis "Collection of helper libraries for Golang")
     (description



reply via email to

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