guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: ghc-hindent: Remove guix.d from the Elisp installation direc


From: guix-commits
Subject: 04/07: gnu: ghc-hindent: Remove guix.d from the Elisp installation directory.
Date: Thu, 19 Mar 2020 13:05:01 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit d53e87cf11b5a5a1d794f6ef15fe7213c5b60546
Author: Maxim Cournoyer <address@hidden>
AuthorDate: Sun Mar 1 21:52:37 2020 -0500

    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.
---
 gnu/packages/haskell-xyz.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 418eb7c..01fecae 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5286,8 +5286,7 @@ descriptions.")
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let* ((out   (assoc-ref outputs "out"))
                     (elisp-file "elisp/hindent.el")
-                    (dest  (string-append out "/share/emacs/site-lisp"
-                                          "/guix.d/hindent-" ,version))
+                    (dest  (string-append out "/share/emacs/site-lisp"))
                     (emacs (string-append (assoc-ref inputs "emacs")
                                           "/bin/emacs")))
                (make-file-writable elisp-file)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]