mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05: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:
parent
173b6f6f15
commit
49c6145b97
1 changed files with 3 additions and 1 deletions
|
@ -1597,7 +1597,9 @@ (define-public go-github-com-keybase-go-ps
|
|||
(("/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 a new issue