diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-11-14 15:01:29 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-11-14 15:01:29 +0200 |
commit | e64feb2cfbccf7b6b47bb9df6f38e76fe2088f42 (patch) | |
tree | 4b6395049b47d90aca62467fdfaa9d21e653e2a1 /gnu | |
parent | de1bce32c08bebd56afe814bbb5448e332dd6e27 (diff) | |
download | guix-e64feb2cfbccf7b6b47bb9df6f38e76fe2088f42.tar.gz |
gnu: emacs-consult-bibtex: Add source file-name.
* gnu/packages/emacs-xyz.scm (emacs-consult-bibtex)[source]: Add file-name field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 1406f8a715..3824688406 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -9840,6 +9840,7 @@ list of candidates.") (uri (git-reference (url "https://github.com/mohkale/consult-bibtex") (commit commit))) + (file-name (git-file-name name version)) (sha256 (base32 "0jxjvpg3j8zk77sfhyy27fd1zbj2zz7xayavan3hhj4853q92kwq")))) |