gnu: ghc-hindent: Remove guix.d from the Elisp installation directory.
* gnu/packages/haskell-xyz.scm (ghc-hindent)[phases]{emacs-install}: Update the installation prefix directory.
This commit is contained in:
parent
092cdae90b
commit
d53e87cf11
@ -5286,8 +5286,7 @@ descriptions.")
|
|||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
(elisp-file "elisp/hindent.el")
|
(elisp-file "elisp/hindent.el")
|
||||||
(dest (string-append out "/share/emacs/site-lisp"
|
(dest (string-append out "/share/emacs/site-lisp"))
|
||||||
"/guix.d/hindent-" ,version))
|
|
||||||
(emacs (string-append (assoc-ref inputs "emacs")
|
(emacs (string-append (assoc-ref inputs "emacs")
|
||||||
"/bin/emacs")))
|
"/bin/emacs")))
|
||||||
(make-file-writable elisp-file)
|
(make-file-writable elisp-file)
|
||||||
|
Loading…
Reference in New Issue
Block a user