gnu: emacs-pdfgrep: Add source file-name.

* gnu/packages/emacs-xyz.scm (emacs-pdfgrep)[source]: Add file-name
field.
This commit is contained in:
Efraim Flashner 2022-11-14 15:06:53 +02:00
parent 64b153556e
commit 344c65f1f7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4149,6 +4149,7 @@ (define-public emacs-pdfgrep
(uri (git-reference
(url "https://github.com/jeremy-compostella/pdfgrep")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "17yqvvgkgxmcl8nc0mb9yaz884zcdnz7dwvfi4mxjzp1l05fvwjk"))))
(build-system emacs-build-system)