diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-27 15:51:06 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-27 15:54:00 +0200 |
commit | 19f67a9197c41892e8e37020816a4f7f337d7e8d (patch) | |
tree | 6901c2fa7824bc3309fe00ff0a4265f52e6cf264 /gnu/packages/search.scm | |
parent | 4206cf1fa89deb0f30b7b5e3147b059a9908db6a (diff) | |
download | guix-19f67a9197c41892e8e37020816a4f7f337d7e8d.tar.gz |
gnu: ugrep: Use GIT-FILE-NAME helper.
* gnu/packages/search.scm (ugrep)[source]: Use GIT-FILE-NAME.
Diffstat (limited to 'gnu/packages/search.scm')
-rw-r--r-- | gnu/packages/search.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index e419a62c3b..362eb0d95e 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -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 |