1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 05:30:32 +02:00

gnu: emacs-auto-compile: Use a source file-name.

* gnu/packages/emacs-xyz.scm (emacs-auto-compile)[source]: Use a source
file-name.
This commit is contained in:
Efraim Flashner
2023-07-08 23:23:25 +03:00
parent df4eee2594
commit 72191f371b

View File

@@ -3377,6 +3377,7 @@ code completion and project management support.")
(uri (git-reference
(url "https://github.com/emacscollective/auto-compile")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0p2znbid7a32shgh1zidrr53hv79dhw1jcjaad2aglqfqjz7a3qn"))))