diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-10-11 08:14:00 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-10-11 08:14:00 +0300 |
commit | cdc82b2f6e89ee2817419fa6d46ece6d2e424919 (patch) | |
tree | 423cc4fa742ea4842304c306503930b0761e56ad /gnu | |
parent | 4ec818dbe1bdef5b6a5daba33d34bba8ca777e68 (diff) | |
download | guix-cdc82b2f6e89ee2817419fa6d46ece6d2e424919.tar.gz guix-cdc82b2f6e89ee2817419fa6d46ece6d2e424919.zip |
gnu: agda-cubical: Add source file-name.
* gnu/packages/agda.scm (agda-cubical)[source]: Add file-name field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/agda.scm | 1 |
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")))) |