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

* gnu/packages/agda.scm (agda-cubical)[source]: Add file-name field.
This commit is contained in:
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

View file

@ -270,6 +270,7 @@ (define-public agda-cubical
(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"))))