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

gnu: libjit: Use git-file-name

* gnu/packages/assembly.scm (libjit): Use git-file-name.
This commit is contained in:
Jakub Kądziołka
2020-02-20 22:45:00 +01:00
parent d47f96307b
commit 779ce96faf

View File

@@ -232,7 +232,7 @@ assembler, a C compiler and a linker. The assembler uses Intel syntax
(uri (git-reference
(url "https://git.savannah.gnu.org/r/libjit.git")
(commit commit)))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"0p6wklslkkp3s4aisj3w5a53bagqn5fy4m6088ppd4fcfxgqkrcd"))))