summaryrefslogtreecommitdiff
path: root/yellowsquid/packages/agda.scm
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2021-12-27 12:01:22 +0000
committerChloe Brown <chloe.brown.00@outlook.com>2021-12-27 12:01:22 +0000
commit4ab43dd126cd256ed704cdc2611710b07570b0fd (patch)
tree9e84b55d554740d04b48555a99cc3c59b5d27463 /yellowsquid/packages/agda.scm
parenta6a7fd06287561be92af7e1c51bb33b3b602c264 (diff)
agda-stdlib: Move docs from `out` to `doc`.
Diffstat (limited to 'yellowsquid/packages/agda.scm')
-rw-r--r--yellowsquid/packages/agda.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/yellowsquid/packages/agda.scm b/yellowsquid/packages/agda.scm
index 3ce98dd..9b023d4 100644
--- a/yellowsquid/packages/agda.scm
+++ b/yellowsquid/packages/agda.scm
@@ -65,7 +65,7 @@
name: standard-library-1.7.1
include: stdlib\n"
port)))
- (copy-recursively "html" (string-append lib "/"))
+ (copy-recursively "html" (string-append doc "/"))
(with-directory-excursion "src"
(map (lambda (file)
(install-file file (string-append lib "/stdlib/")))