gnu: emacs-faceup: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-faceup)[source]: Use GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-10 20:44:23 +02:00
parent fa6b687bb3
commit ceae4b1067
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))