mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-magit-svn: Fix build.
* gnu/packages/emacs.scm (emacs-magit-svn): Replace ',name' by '"emacs-magit-svn"'.
This commit is contained in:
parent
2a13642b65
commit
df147c4fdb
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ (define-public emacs-magit-svn
|
|||
(setenv "PATH" PATH)
|
||||
(invoke tar "xvf" source)
|
||||
|
||||
(install-file (string-append ,name "-" ,version "/magit-svn.el")
|
||||
(install-file (string-append "magit-svn-" ,version "/magit-svn.el")
|
||||
lisp-dir)
|
||||
|
||||
(with-directory-excursion lisp-dir
|
||||
|
|
Loading…
Reference in a new issue