me
/
guix
Archived
1
0
Fork 0

gnu: agda-cubical: Add source file-name.

* gnu/packages/agda.scm (agda-cubical)[source]: Add file-name field.
Efraim Flashner 2023-10-11 08:14:00 +03:00
parent 4ec818dbe1
commit cdc82b2f6e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -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"))))