mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-default-text-scale: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-default-text-scale)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
42ce34471f
commit
fa6b687bb3
1 changed files with 1 additions and 1 deletions
|
@ -11104,7 +11104,7 @@ (define-public emacs-default-text-scale
|
|||
(uri (git-reference
|
||||
(url "https://github.com/purcell/default-text-scale")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zds01c3q5yny6ab1fxfkzzgn1kgl3q23lxxap905f4qd70v922h"))))
|
||||
|
|
Loading…
Reference in a new issue