mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01: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"
|
||||
(string-append out "/bin"))
|
||||
(for-each (cut install-file <>
|
||||
(string-append out "/share/emacs/site-lisp/guix.d/"
|
||||
"emacsql" "-" ,version))
|
||||
(string-append out "/share/emacs/site-lisp"))
|
||||
(find-files "." "\\.elc*$")))
|
||||
#t)))))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue