diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 2dfd47d3966..4577c49cbab 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm | |||
| @@ -1597,7 +1597,9 @@ Go.") | |||
| 1597 | (("/bin/sleep" command) | 1597 | (("/bin/sleep" command) |
| 1598 | (string-append | 1598 | (string-append |
| 1599 | (assoc-ref (or native-inputs inputs) "coreutils") | 1599 | (assoc-ref (or native-inputs inputs) "coreutils") |
| 1600 | command)))))))) | 1600 | command))) |
| 1601 | (substitute* "src/github.com/keybase/go-ps/process_openbsd.go" | ||
| 1602 | (("^// \\+build ignore") ""))))))) | ||
| 1601 | (native-inputs | 1603 | (native-inputs |
| 1602 | `(("coreutils" ,coreutils) | 1604 | `(("coreutils" ,coreutils) |
| 1603 | ("go-github-com-stretchr-testify" | 1605 | ("go-github-com-stretchr-testify" |
