gnu: emacs-desktop-environment: Use GIT-FILE-NAME.

* gnu/packages/emacs-xyz.scm (emacs-desktop-environment)[source]: Use GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-10 20:44:26 +02:00
parent 8609bee846
commit fdb4afd41a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -11893,7 +11893,7 @@ (define-public emacs-desktop-environment
(uri (git-reference
(url "https://gitlab.petton.fr/DamienCassou/desktop-environment")
(commit commit)))
(file-name (string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32
"0x73x5hy7w55jrzy3xvqhk90rrsznmxjqvsvwhh21qznv5w269xz"))))