Skip to content
Snippets Groups Projects
Unverified Commit 83ac4c09 authored by John Soo's avatar John Soo Committed by Ludovic Courtès
Browse files

gnu: agda-ial: Fix install step.


* gnu/packages/agda.scm (agda-ial): copy library and agdai files when installing.

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent 8146c486
No related branches found
No related tags found
No related merge requests found
...@@ -190,7 +190,7 @@ (define-public agda-ial ...@@ -190,7 +190,7 @@ (define-public agda-ial
(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment