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: I0ba64084dcd939ee4a95f4629351f7ac9a49a8cbmaster
parent
d6cc85825f
commit
f93c7713ff
|
@ -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.
|
||||
|
|
Reference in New Issue