me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-pdfgrep)[source]: Add file-name
field.
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
1 changed files with 1 additions and 0 deletions

View File

@ -4149,6 +4149,7 @@ restore the saved place.")
(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)