mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-21 00:25:58 +02:00
gnu: go-github-com-keybase-go-ps: Fix tests when building with Go 1.17.
* gnu/packages/golang.scm (go-github-com-keybase-go-ps)[arguments]
<#:phases>{fix-tests}: Remove extraneous build line to appease go@1.17.
Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
committed by
Leo Famulari
parent
173b6f6f15
commit
49c6145b97
@@ -1597,7 +1597,9 @@ Go.")
|
||||
(("/bin/sleep" command)
|
||||
(string-append
|
||||
(assoc-ref (or native-inputs inputs) "coreutils")
|
||||
command))))))))
|
||||
command)))
|
||||
(substitute* "src/github.com/keybase/go-ps/process_openbsd.go"
|
||||
(("^// \\+build ignore") "")))))))
|
||||
(native-inputs
|
||||
`(("coreutils" ,coreutils)
|
||||
("go-github-com-stretchr-testify"
|
||||
|
||||
Reference in New Issue
Block a user