1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

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