me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs.scm (emacs-epl)[source]: Declare a source
file-name.
master
Efraim Flashner 2018-03-04 12:30:08 +02:00
parent c553b08b49
commit 5a6f7a6805
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -3546,6 +3546,7 @@ It is recommended to use @code{clojure-mode} with paredit or smartparens.")
(uri (string-append
"https://github.com/cask/epl/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1511n3a3f5gvaf2b4nh018by61ciyzi3y3603fzqma7p9hrckarc"))))