diff options
Diffstat (limited to 'gnu/packages/web.scm')
| -rw-r--r-- | gnu/packages/web.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 65d80a58f36..50f6588f526 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm | |||
| @@ -1573,7 +1573,7 @@ project) | |||
| 1573 | (delete-file-recursively "vendor"))))) | 1573 | (delete-file-recursively "vendor"))))) |
| 1574 | (build-system go-build-system) | 1574 | (build-system go-build-system) |
| 1575 | (arguments | 1575 | (arguments |
| 1576 | (list #:go go-1.23 | 1576 | (list |
| 1577 | #:import-path "github.com/adnanh/webhook" | 1577 | #:import-path "github.com/adnanh/webhook" |
| 1578 | #:phases | 1578 | #:phases |
| 1579 | #~(modify-phases %standard-phases | 1579 | #~(modify-phases %standard-phases |
| @@ -1583,7 +1583,8 @@ project) | |||
| 1583 | (("/bin/echo") | 1583 | (("/bin/echo") |
| 1584 | (search-input-file inputs "bin/echo")) | 1584 | (search-input-file inputs "bin/echo")) |
| 1585 | (("/bin/sh") | 1585 | (("/bin/sh") |
| 1586 | (search-input-file inputs "bin/sh")))))))) | 1586 | (search-input-file inputs "bin/sh")))))) |
| 1587 | #:test-flags #~(list "-vet=off"))) | ||
| 1587 | (native-inputs | 1588 | (native-inputs |
| 1588 | (list go-github-com-clbanning-mxj-v2 | 1589 | (list go-github-com-clbanning-mxj-v2 |
| 1589 | go-github-com-coreos-go-systemd-v22 | 1590 | go-github-com-coreos-go-systemd-v22 |
