mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
aa8ef46414
commit
312d5a7f10
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue