mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: guile-srfi-197: Fix build.
* gnu/packages/guile-xyz.scm (guile-srfi-197)[arguments]: Don't refer to nonexistent 'install' phase. Change-Id: I011c953008e886414464a1277cd8e99024ffed92
This commit is contained in:
parent
312d5a7f10
commit
4d75762446
1 changed files with 1 additions and 1 deletions
|
@ -4013,7 +4013,7 @@ (define-public guile-srfi-197
|
|||
(call-with-input-file "srfi-197-syntax-case.scm"
|
||||
(lambda (in-port)
|
||||
(display (get-string-all in-port) port)))))))
|
||||
(add-after 'install 'check-installed
|
||||
(add-after 'build 'check-installed
|
||||
(lambda _
|
||||
(define-values (scm go) (target-guile-scm+go #$output))
|
||||
(invoke "guile" "-L" scm "-C" go
|
||||
|
|
Loading…
Reference in a new issue