guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-ess: Do not install files in "guix.d".


From: guix-commits
Subject: branch master updated: gnu: emacs-ess: Do not install files in "guix.d".
Date: Fri, 14 Feb 2020 11:00:20 -0500

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

jlicht pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 53e7e3d  gnu: emacs-ess: Do not install files in "guix.d".
53e7e3d is described below

commit 53e7e3d7caa920cf61826568c60a48ba80714806
Author: Jelle Licht <address@hidden>
AuthorDate: Fri Feb 7 15:01:38 2020 +0100

    gnu: emacs-ess: Do not install files in "guix.d".
    
    * gnu/packages/statistics.scm (emacs-ess)[arguments]: Move the etc and
    lisp directories out of "guix.d".
---
 gnu/packages/statistics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 2b9a357..9e31f42 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5823,7 +5823,7 @@ Java package that provides routines for various 
statistical distributions.")
                   #t))))
     (build-system gnu-build-system)
     (arguments
-     (let ((base-directory "/share/emacs/site-lisp/guix.d/ess"))
+     (let ((base-directory "/share/emacs/site-lisp"))
        `(#:make-flags (list (string-append "PREFIX=" %output)
                             (string-append "ETCDIR=" %output "/"
                                            ,base-directory "/etc")



reply via email to

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