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>master
parent
8146c48632
commit
83ac4c099a
|
@ -190,7 +190,7 @@ Agda. It also aids the input of Unicode characters.")))
|
|||
(for-each (lambda (file)
|
||||
(make-file-writable file)
|
||||
(install-file file include))
|
||||
(find-files "." "\\.agda$"))
|
||||
(find-files "." "\\.agdai?(-lib)?$"))
|
||||
#t))))))
|
||||
(synopsis "The Iowa Agda Library")
|
||||
(description
|
||||
|
|
Reference in New Issue