diff options
author | Troy Figiel <troy@troyfigiel.com> | 2024-02-13 21:22:45 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-19 23:19:21 +0000 |
commit | f93c7713ff3ebe68b9d028af3f4f5e1287b0d78a (patch) | |
tree | 9137b7e896810e47a771f25c6012c022ebe171b0 /gnu | |
parent | d6cc85825feedba6a15717cc5e835b79aec5cb12 (diff) | |
download | guix-f93c7713ff3ebe68b9d028af3f4f5e1287b0d78a.tar.gz guix-f93c7713ff3ebe68b9d028af3f4f5e1287b0d78a.zip |
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
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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. |