guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: go-github-com-go-git-go-billy: Add missing input.


From: guix-commits
Subject: 05/06: gnu: go-github-com-go-git-go-billy: Add missing input.
Date: Mon, 5 Feb 2024 17:37:49 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 34fe725fb3ecff56ac7c20307005f053bfc3f1f1
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Sun Feb 4 00:52:38 2024 +0100

    gnu: go-github-com-go-git-go-billy: Add missing input.
    
    * gnu/packages/golang.scm (go-github-com-go-git-go-billy)
    [propagated-inputs]: Add go-golang-org-x-sys.
    
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
    Change-Id: Ia1fee47a497dcd1221ec6a8b2b6bbd549662e470
---
 gnu/packages/golang.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 64ad09f4f6..163691a1e6 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8713,6 +8713,8 @@ errors (warnings).")
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/go-git/go-billy/v5"))
+    (propagated-inputs
+     (list go-golang-org-x-sys))
     (native-inputs
      (list go-gopkg-in-check-v1))
     (home-page "https://github.com/go-git/go-billy/";)



reply via email to

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