rekahsoft-gnu/packages/emacs-xyz.scm: Put org-roam-server assets in right place

This commit is contained in:
Collin J. Doering 2021-05-26 15:46:13 -04:00
parent aa8b7cee09
commit ff64eb4a16
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 1 additions and 1 deletions

View File

@ -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"