* [bug#39481] [PATCH] gnu: emacs-ess: Do not install files in "guix.d".
@ 2020-02-07 14:14 Jelle Licht
2020-02-14 16:06 ` bug#39481: " Jelle Licht
0 siblings, 1 reply; 2+ messages in thread
From: Jelle Licht @ 2020-02-07 14:14 UTC (permalink / raw)
To: 39481
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#39481: [PATCH] gnu: emacs-ess: Do not install files in "guix.d".
2020-02-07 14:14 [bug#39481] [PATCH] gnu: emacs-ess: Do not install files in "guix.d" Jelle Licht
@ 2020-02-14 16:06 ` Jelle Licht
0 siblings, 0 replies; 2+ messages in thread
From: Jelle Licht @ 2020-02-14 16:06 UTC (permalink / raw)
To: 39481-done
Jelle Licht <jlicht@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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-02-14 16:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-07 14:14 [bug#39481] [PATCH] gnu: emacs-ess: Do not install files in "guix.d" Jelle Licht
2020-02-14 16:06 ` bug#39481: " Jelle Licht
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.