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:
Sarah Morgensen 2021-09-09 17:50:07 -07:00 committed by Leo Famulari
parent 173b6f6f15
commit 49c6145b97
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -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"