mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: libjit: Use git-file-name
* gnu/packages/assembly.scm (libjit): Use git-file-name.
This commit is contained in:
parent
d47f96307b
commit
779ce96faf
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ (define-public libjit
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.savannah.gnu.org/r/libjit.git")
|
(url "https://git.savannah.gnu.org/r/libjit.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p6wklslkkp3s4aisj3w5a53bagqn5fy4m6088ppd4fcfxgqkrcd"))))
|
"0p6wklslkkp3s4aisj3w5a53bagqn5fy4m6088ppd4fcfxgqkrcd"))))
|
||||||
|
|
Loading…
Reference in a new issue