diff options
author | Greg Brown <greg.brown@cl.cam.ac.uk> | 2022-04-18 15:30:57 +0100 |
---|---|---|
committer | Greg Brown <greg.brown@cl.cam.ac.uk> | 2022-04-18 15:30:57 +0100 |
commit | 85cf0c06af421e5fdfa6d22535b0d7b34547a879 (patch) | |
tree | 4e10b698a12851eddde6949d9522db993e786c84 | |
parent | 00a0ce9082b4cc1389815defcc806efd4a9b80f4 (diff) |
-rw-r--r-- | guix.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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))) |