diff options
Diffstat (limited to 'gnu/packages/version-control.scm')
| -rw-r--r-- | gnu/packages/version-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 98196bec3a6..aff990292d7 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -4704,7 +4704,6 @@ developer workflow, and project and release management.") | |||
| 4704 | (build-system go-build-system) | 4704 | (build-system go-build-system) |
| 4705 | (arguments | 4705 | (arguments |
| 4706 | (list | 4706 | (list |
| 4707 | #:go go-1.23 | ||
| 4708 | #:import-path "git.sr.ht/~xenrox/hut" | 4707 | #:import-path "git.sr.ht/~xenrox/hut" |
| 4709 | #:phases | 4708 | #:phases |
| 4710 | #~(modify-phases %standard-phases | 4709 | #~(modify-phases %standard-phases |
| @@ -4718,7 +4717,8 @@ developer workflow, and project and release management.") | |||
| 4718 | (lambda* (#:key import-path #:allow-other-keys) | 4717 | (lambda* (#:key import-path #:allow-other-keys) |
| 4719 | (with-directory-excursion (string-append "src/" import-path) | 4718 | (with-directory-excursion (string-append "src/" import-path) |
| 4720 | (invoke "make" "install" | 4719 | (invoke "make" "install" |
| 4721 | (string-append "PREFIX=" #$output)))))))) | 4720 | (string-append "PREFIX=" #$output)))))) |
| 4721 | #:test-flags #~(list "-vet=off"))) | ||
| 4722 | (native-inputs | 4722 | (native-inputs |
| 4723 | (list scdoc)) | 4723 | (list scdoc)) |
| 4724 | (inputs | 4724 | (inputs |
