mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-epl: Declare a source file-name.
* gnu/packages/emacs.scm (emacs-epl)[source]: Declare a source file-name.
This commit is contained in:
parent
c553b08b49
commit
5a6f7a6805
1 changed files with 1 additions and 0 deletions
|
@ -3546,6 +3546,7 @@ (define-public emacs-epl
|
|||
(uri (string-append
|
||||
"https://github.com/cask/epl/archive/"
|
||||
version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1511n3a3f5gvaf2b4nh018by61ciyzi3y3603fzqma7p9hrckarc"))))
|
||||
|
|
Loading…
Reference in a new issue