gnu: emacs-magit-svn: Fix build.

* gnu/packages/emacs.scm (emacs-magit-svn): Replace ',name' by
'"emacs-magit-svn"'.
master
Danny Milosavljevic 2019-01-03 10:30:23 +01:00
parent 2a13642b65
commit df147c4fdb
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ operations.")
(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