mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ugrep: Use GIT-FILE-NAME helper.
* gnu/packages/search.scm (ugrep)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
4206cf1fa8
commit
19f67a9197
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ bibliographic data and simple document and bibtex retrieval.")
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "06y61sf2ywjaix4nss11wwkxipj8cc9ccx6bsmdm31h8d8wd2s0j"))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue