mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: emacs-faceup: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-faceup)[source]: Use GIT-FILE-NAME.
This commit is contained in:
parent
fa6b687bb3
commit
ceae4b1067
1 changed files with 1 additions and 1 deletions
|
@ -11148,7 +11148,7 @@ interactive visual feedback.")
|
|||
(uri (git-reference
|
||||
(url "https://github.com/Lindydancer/faceup.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yzmy7flrhrh0i10bdszx8idx6r8h6czm4vm4q0z6fp5fw94zwrx"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue