guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-transient: Refer to the updated installation directory


From: guix-commits
Subject: 01/01: gnu: emacs-transient: Refer to the updated installation directory.
Date: Wed, 4 Dec 2019 06:13:46 -0500 (EST)

snape pushed a commit to branch master
in repository guix.

commit 269c827c691087dabdfcb5d1b32b7647ba3bc8b8
Author: Clément Lassieur <address@hidden>
Date:   Wed Dec 4 12:05:04 2019 +0100

    gnu: emacs-transient: Refer to the updated installation directory.
    
    * gnu/packages/emacs-xyz.scm (emacs-transient)[arguments]: Refer to the
    updated installation directory.
---
 gnu/packages/emacs-xyz.scm | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 222af1e..4406d51 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17804,19 +17804,14 @@ as Emacs Lisp.")
          #:imported-modules (,@%gnu-build-system-modules
                              (guix build emacs-utils))
          #:tests? #f                   ; tests are not included in the release
-         #:make-flags (list "lisp" "info"
-                            (string-append "LOAD_PATH=-L . -L "
-                                           (assoc-ref %build-inputs "dash")
-                                           
"/share/emacs/site-lisp/guix.d/dash-"
-                                           ,(package-version emacs-dash)))
+         #:make-flags (list "lisp" "info")
          #:phases
          (modify-phases %standard-phases
            (delete 'configure)
            (replace 'install
              (lambda* (#:key inputs outputs #:allow-other-keys)
                (let* ((out (assoc-ref outputs "out"))
-                      (lisp (string-append out "/share/emacs/site-lisp/guix.d/"
-                                           "transient" "-" ,version))
+                      (lisp (string-append out "/share/emacs/site-lisp"))
                       (info (string-append out "/share/info")))
                  (for-each (cut install-file <> lisp)
                            (find-files "." "\\.elc*$"))



reply via email to

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