guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-edbi: Fix build.


From: guix-commits
Subject: branch master updated: gnu: emacs-edbi: Fix build.
Date: Thu, 27 Feb 2020 14:31:09 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ba8992d  gnu: emacs-edbi: Fix build.
ba8992d is described below

commit ba8992d28b1616d05b7cb04ef032944c5d19cd5a
Author: Efraim Flashner <address@hidden>
AuthorDate: Thu Feb 27 21:29:32 2020 +0200

    gnu: emacs-edbi: Fix build.
    
    * gnu/packages/emacs-xyz.scm (emacs-edbi)[arguments]: Fix emacs install
    directory.
---
 gnu/packages/emacs-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 76b9746..ec43efe 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8,7 +8,7 @@
 ;;; Copyright © 2016, 2017, 2018, 2019 Chris Marusich <address@hidden>
 ;;; Copyright © 2015, 2016, 2018 Christopher Lemmer Webber <address@hidden>
 ;;; Copyright © 2016 Adriano Peluso <address@hidden>
-;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 David Thompson <address@hidden>
 ;;; Copyright © 2016 Matthew Jordan <address@hidden>
 ;;; Copyright © 2016, 2017 Roel Janssen <address@hidden>
@@ -17407,8 +17407,7 @@ asynchronous communications, the RPC response is fairly 
good.")
              (lambda* (#:key inputs outputs #:allow-other-keys)
                (let ((perl (assoc-ref inputs "perl"))
                      (dir (string-append  (assoc-ref outputs "out")
-                                          "/share/emacs/site-lisp/guix.d/edbi-"
-                                          ,version)))
+                                          "/share/emacs/site-lisp")))
                  (substitute* (string-append dir  "/edbi.el")
                    (("\"perl\"") (string-append "\"" perl "/bin/perl\"")))
                  (chmod (string-append dir "/edbi-bridge.pl") #o555)



reply via email to

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