summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Brown <greg.brown@cl.cam.ac.uk>2022-04-18 15:30:57 +0100
committerGreg Brown <greg.brown@cl.cam.ac.uk>2022-04-18 15:30:57 +0100
commit85cf0c06af421e5fdfa6d22535b0d7b34547a879 (patch)
tree4e10b698a12851eddde6949d9522db993e786c84
parent00a0ce9082b4cc1389815defcc806efd4a9b80f4 (diff)
Fix build script.HEADmaster
-rw-r--r--guix.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index 6e3e28c..b124961 100644
--- a/guix.scm
+++ b/guix.scm
@@ -18,6 +18,7 @@
#:select? (git-predicate %source-dir)))
(build-system agda-build-system)
(inputs (list agda-stdlib-1.7.1))
+ (arguments '(#:readme "Everything.agda"))
(synopsis "Semantics of the Arm M-profile Vector Extension (MVE) in Agda")
(description "")
(license license:expat)))