GNU bug report logs - #39481
[PATCH] gnu: emacs-ess: Do not install files in "guix.d".

Previous Next

Package: guix-patches;

Reported by: Jelle Licht <jlicht <at> fsfe.org>

Date: Fri, 7 Feb 2020 14:15:02 UTC

Severity: normal

Tags: patch

Done: Jelle Licht <jlicht <at> fsfe.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jelle Licht <jlicht <at> fsfe.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#39481: closed ([PATCH] gnu: emacs-ess: Do not install files
 in "guix.d".)
Date: Fri, 14 Feb 2020 16:07:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 14 Feb 2020 17:06:34 +0100
with message-id <8736bdp305.fsf <at> jlicht.xyz>
and subject line Re: [bug#39481] [PATCH] gnu: emacs-ess: Do not install files in "guix.d".
has caused the debbugs.gnu.org bug report #39481,
regarding [PATCH] gnu: emacs-ess: Do not install files in "guix.d".
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
39481: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39481
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jelle Licht <jlicht <at> fsfe.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-ess: Do not install files in "guix.d".
Date: Fri,  7 Feb 2020 15:14:27 +0100
* 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 172779035e..fe8b404769 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")
-- 
2.25.0



[Message part 3 (message/rfc822, inline)]
From: Jelle Licht <jlicht <at> fsfe.org>
To: 39481-done <at> debbugs.gnu.org
Subject: Re: [bug#39481] [PATCH] gnu: emacs-ess: Do not install files in
 "guix.d".
Date: Fri, 14 Feb 2020 17:06:34 +0100
Jelle Licht <jlicht <at> fsfe.org> writes:

> * 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 172779035e..fe8b404769 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")
> -- 
> 2.25.0

Merged as 53e7e3d7caa920cf61826568c60a48ba80714806 on master.


This bug report was last modified 5 years and 177 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.