rekahsoft-gnu/packages/emacs-xyz.scm: Put org-roam-server assets in right place
This commit is contained in:
parent
aa8b7cee09
commit
ff64eb4a16
@ -643,7 +643,7 @@ See perspective.el on github: https://github.com/nex3/perspective-el
|
||||
(add-after 'build 'copy-assets
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
(site-lisp "/share/emacs/site-lisp")
|
||||
(site-lisp (string-append "/share/emacs/site-lisp/org-roam-server-" ,version))
|
||||
(assets (string-append out site-lisp "/assets")))
|
||||
(copy-recursively "assets" assets)
|
||||
(copy-file "index.html"
|
||||
|
Loading…
Reference in New Issue
Block a user