gnu: guile-irregex: Fix build.

* gnu/packages/guile-xyz.scm (guile-irregex)[arguments]: Don't refer to
nonexistent 'install' phase.

Change-Id: I6f6e08305105889ee5429754707d07a7a69b66b6
This commit is contained in:
宋文武 2024-06-18 17:43:24 +08:00 committed by Ludovic Courtès
parent aa8ef46414
commit 312d5a7f10
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2944,7 +2944,7 @@ See http://minikanren.org/ for more on miniKanren generally.")
(for-each (lambda (f)
(invoke "guile" "--no-auto-compile" "-L" "." "-s" f))
(find-files "tests" "^guile-.*\\.scm"))))
(add-after 'install 'check-installed
(add-after 'check 'check-installed
(lambda _
(define-values (scm go) (target-guile-scm+go #$output))
(for-each