1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: emacs-sly: Declare a source file-name.

* gnu/packages/emacs.scm (emacs-sly)[source]: Declare a source
file-name.
This commit is contained in:
Efraim Flashner
2018-03-04 12:30:53 +02:00
parent 5a6f7a6805
commit aeb95f1f97

View File

@@ -4301,6 +4301,7 @@ CIDER).")
(uri (git-reference
(url "https://github.com/joaotavora/sly.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0ib4q4k3h3qn88pymyjjmlmnpizdn1mfg5gpk5a715nqsgxlg09l"))))