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:
parent
8609bee846
commit
fdb4afd41a
|
@ -11893,7 +11893,7 @@ autosuggestions with:
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.petton.fr/DamienCassou/desktop-environment")
|
(url "https://gitlab.petton.fr/DamienCassou/desktop-environment")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x73x5hy7w55jrzy3xvqhk90rrsznmxjqvsvwhh21qznv5w269xz"))))
|
"0x73x5hy7w55jrzy3xvqhk90rrsznmxjqvsvwhh21qznv5w269xz"))))
|
||||||
|
|
Loading…
Reference in New Issue