diff options
Diffstat (limited to 'gnu/packages/irc.scm')
| -rw-r--r-- | gnu/packages/irc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 78390c1dce2..2c220019041 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm | |||
| @@ -1240,7 +1240,6 @@ seen, tell, and what.") | |||
| 1240 | (build-system go-build-system) | 1240 | (build-system go-build-system) |
| 1241 | (arguments | 1241 | (arguments |
| 1242 | (list | 1242 | (list |
| 1243 | #:go go-1.23 | ||
| 1244 | #:install-source? #f | 1243 | #:install-source? #f |
| 1245 | #:import-path "codeberg.org/emersion/soju" | 1244 | #:import-path "codeberg.org/emersion/soju" |
| 1246 | #:phases | 1245 | #:phases |
| @@ -1265,7 +1264,8 @@ seen, tell, and what.") | |||
| 1265 | (lambda* (#:key import-path #:allow-other-keys) | 1264 | (lambda* (#:key import-path #:allow-other-keys) |
| 1266 | (with-directory-excursion (string-append "src/" import-path) | 1265 | (with-directory-excursion (string-append "src/" import-path) |
| 1267 | (setenv "PREFIX" #$output) | 1266 | (setenv "PREFIX" #$output) |
| 1268 | (invoke "make" "install"))))))) | 1267 | (invoke "make" "install"))))) |
| 1268 | #:test-flags #~(list "-vet=off"))) | ||
| 1269 | (native-inputs | 1269 | (native-inputs |
| 1270 | (list go-codeberg-org-emersion-go-scfg | 1270 | (list go-codeberg-org-emersion-go-scfg |
| 1271 | go-git-sr-ht-emersion-go-sqlite3-fts5 | 1271 | go-git-sr-ht-emersion-go-sqlite3-fts5 |
