mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: emacs-libgit: Adjust to changes in emacs-build-system.
* gnu/packages/emacs-xyz.scm (emacs-libgit)[set-libgit--module-file]: Use elpa-directory for libgit--module-file path.
This commit is contained in:
parent
79cfe30f3e
commit
89718b95a0
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ (define-public emacs-libgit
|
|||
(make-file-writable "libgit.el")
|
||||
(emacs-substitute-variables "libgit.el"
|
||||
("libgit--module-file"
|
||||
(string-append out "/share/emacs/site-lisp/libegit2.so")))
|
||||
(string-append (emacs:elpa-directory out) "/libegit2.so")))
|
||||
#t)))
|
||||
(add-before 'install 'prepare-for-install
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue