GNU bug report logs -
#39481
[PATCH] gnu: emacs-ess: Do not install files in "guix.d".
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 39481 in the body.
You can then email your comments to 39481 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#39481
; Package
guix-patches
.
(Fri, 07 Feb 2020 14:15:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jelle Licht <jlicht <at> fsfe.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 07 Feb 2020 14:15:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Jelle Licht <jlicht <at> fsfe.org>
:
You have taken responsibility.
(Fri, 14 Feb 2020 16:07:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jelle Licht <jlicht <at> fsfe.org>
:
bug acknowledged by developer.
(Fri, 14 Feb 2020 16:07:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 39481-done <at> debbugs.gnu.org (full text, mbox):
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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 14 Mar 2020 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 176 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.