mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18: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
|
||||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue