mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: emacs-emacsql: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-emacsql): Refer to the updated installation directory. Signed-off-by: Clément Lassieur <clement@lassieur.org>
This commit is contained in:
parent
7185a8dac4
commit
4c503ed503
1 changed files with 1 additions and 2 deletions
|
@ -11953,8 +11953,7 @@ (define-public emacs-emacsql
|
||||||
(install-file "sqlite/emacsql-sqlite"
|
(install-file "sqlite/emacsql-sqlite"
|
||||||
(string-append out "/bin"))
|
(string-append out "/bin"))
|
||||||
(for-each (cut install-file <>
|
(for-each (cut install-file <>
|
||||||
(string-append out "/share/emacs/site-lisp/guix.d/"
|
(string-append out "/share/emacs/site-lisp"))
|
||||||
"emacsql" "-" ,version))
|
|
||||||
(find-files "." "\\.elc*$")))
|
(find-files "." "\\.elc*$")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue