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:
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"
|
||||
|
Loading…
Reference in New Issue
Block a user