mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: emacs-constants: Fix source file-name.
Fixes a regression introduced in f99f3f24ef
.
* gnu/packages/emacs.scm (emacs-constants)[source]: Fix file-name.
This commit is contained in:
parent
b097dd72c4
commit
37dbfc5084
1 changed files with 1 additions and 1 deletions
|
@ -1428,7 +1428,7 @@ (define-public emacs-constants
|
|||
(home-page "https://staff.fnwi.uva.nl/c.dominik/Tools/constants")
|
||||
(source
|
||||
(origin
|
||||
(file-name (string-append name "-" version ".el"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/fedeinthemix/emacs-constants"
|
||||
"/archive/v" version ".tar.gz"))
|
||||
|
|
Loading…
Reference in a new issue