me
/
guix
Archived
1
0
Fork 0

gnu: libjit: Use git-file-name

* gnu/packages/assembly.scm (libjit): Use git-file-name.
master
Jakub Kądziołka 2020-02-20 22:45:00 +01:00
parent d47f96307b
commit 779ce96faf
No known key found for this signature in database
GPG Key ID: E315A75846131564
1 changed files with 1 additions and 1 deletions

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