gnu: emacs-typo: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-typo)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
976d475a44
commit
d9eaecf2ef
|
@ -2990,10 +2990,10 @@ simultaneous cursors.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url home-page)
|
(url home-page)
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jhd4grch5iz12gyxwfbsgh4dmz5hj4bg4gnvphccg8dsnni05k2"))
|
"1jhd4grch5iz12gyxwfbsgh4dmz5hj4bg4gnvphccg8dsnni05k2"))))
|
||||||
(file-name (string-append name "-" version))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(synopsis "Minor mode for typographic editing")
|
(synopsis "Minor mode for typographic editing")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue