gnu: go-github-com-sevlyar-go-daemon: Fix tests when building with Go 1.17.
* gnu/packages/golang.scm (go-github-com-sevlyar-go-daemon)[source]: Add snippet to fix tests for go@1.17. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
49c6145b97
commit
4e1adbc3b0
@ -1558,6 +1558,12 @@ Go.")
|
|||||||
(url "https://github.com/sevlyar/go-daemon")
|
(url "https://github.com/sevlyar/go-daemon")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet
|
||||||
|
;; XXX: Remove when updating
|
||||||
|
'(begin
|
||||||
|
(substitute* "compilation_test.go"
|
||||||
|
((".*\"darwin/386\".*") ""))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1y3gnxaifykcjcbzx91lz9bc93b95w3xj4rjxjbii26pm3j7gqyk"))))
|
(base32 "1y3gnxaifykcjcbzx91lz9bc93b95w3xj4rjxjbii26pm3j7gqyk"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
|
Loading…
Reference in New Issue
Block a user