gnu: agda-ial: Fix install step.
* gnu/packages/agda.scm (agda-ial): copy library and agdai files when installing. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8146c48632
commit
83ac4c099a
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ Agda. It also aids the input of Unicode characters.")))
|
||||||
(for-each (lambda (file)
|
(for-each (lambda (file)
|
||||||
(make-file-writable file)
|
(make-file-writable file)
|
||||||
(install-file file include))
|
(install-file file include))
|
||||||
(find-files "." "\\.agda$"))
|
(find-files "." "\\.agdai?(-lib)?$"))
|
||||||
#t))))))
|
#t))))))
|
||||||
(synopsis "The Iowa Agda Library")
|
(synopsis "The Iowa Agda Library")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue