guix-commits
[Top][All Lists]
Advanced

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

06/32: gnu: go-github-com-coreos-go-semver: Add missing input.


From: guix-commits
Subject: 06/32: gnu: go-github-com-coreos-go-semver: Add missing input.
Date: Mon, 19 Feb 2024 18:40:51 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit f93c7713ff3ebe68b9d028af3f4f5e1287b0d78a
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Tue Feb 13 21:22:45 2024 +0100

    gnu: go-github-com-coreos-go-semver: Add missing input.
    
    * gnu/packages/golang.scm (go-github-com-coreos-go-semver): Add missing 
input.
    [propagated-inputs]: Add go-gopkg-in-yaml-v2.
    
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
    Change-Id: I0ba64084dcd939ee4a95f4629351f7ac9a49a8cb
---
 gnu/packages/golang.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ed34e16f27..9cf8fd55ff 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7924,6 +7924,7 @@ use one of our glamorous default themes.")
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/coreos/go-semver"))
+    (propagated-inputs (list go-gopkg-in-yaml-v2))
     (home-page "https://github.com/coreos/go-semver/";)
     (synopsis "Semantic versioning library")
     (description "@code{go-semver} is a semantic versioning library for Go.



reply via email to

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