guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-scel: Fix build.


From: guix-commits
Subject: 01/02: gnu: emacs-scel: Fix build.
Date: Wed, 4 Dec 2019 16:29:46 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit e18aeb416dadedc9d90fae3370d9536f1115f718
Author: Pierre Neidhardt <address@hidden>
Date:   Wed Dec 4 22:22:56 2019 +0100

    gnu: emacs-scel: Fix build.
    
    * gnu/packages/emacs-xyz.scm (emacs-scel): Refer to the updated installation
    directory.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5fbfb53..2ee8fcd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4117,7 +4117,7 @@ to a key in your preferred mode.")
                (substitute* "el/CMakeLists.txt"
                  (("share/emacs/site-lisp/SuperCollider")
                   (string-append
-                   "share/emacs/site-lisp/guix.d/scel-" ,version)))
+                   "share/emacs/site-lisp")))
                ((assoc-ref cmake:%standard-phases 'configure)
                 #:outputs outputs
                 #:configure-flags '("-DSC_EL_BYTECOMPILE=OFF"))))



reply via email to

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