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.
Full log
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.
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.