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>master
parent
7185a8dac4
commit
4c503ed503
|
@ -11953,8 +11953,7 @@ object has been freed.")
|
|||
(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
|
||||
|
|
Reference in New Issue