aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/agda.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-10-11 08:14:00 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-10-11 08:14:00 +0300
commitcdc82b2f6e89ee2817419fa6d46ece6d2e424919 (patch)
tree423cc4fa742ea4842304c306503930b0761e56ad /gnu/packages/agda.scm
parent4ec818dbe1bdef5b6a5daba33d34bba8ca777e68 (diff)
downloadguix-cdc82b2f6e89ee2817419fa6d46ece6d2e424919.tar
guix-cdc82b2f6e89ee2817419fa6d46ece6d2e424919.tar.gz
gnu: agda-cubical: Add source file-name.
* gnu/packages/agda.scm (agda-cubical)[source]: Add file-name field.
Diffstat (limited to 'gnu/packages/agda.scm')
-rw-r--r--gnu/packages/agda.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/agda.scm b/gnu/packages/agda.scm
index 3748ab7059..8258818722 100644
--- a/gnu/packages/agda.scm
+++ b/gnu/packages/agda.scm
@@ -270,6 +270,7 @@ try agda-prelude instead.")
(uri (git-reference
(url "https://github.com/agda/cubical.git")
(commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
"0yfg7gr55n08ly1qgzpcp16s15k1abycppbcdi9lzg1hjryqxcg3"))))