[PATCH] gnu: emacs-ess: Do not install files in "guix.d".

  • Done
  • quality assurance status badge
Details
One participant
  • Jelle Licht
Owner
unassigned
Submitted by
Jelle Licht
Severity
normal

Debbugs page

Jelle Licht wrote 5 years ago
(address . guix-patches@gnu.org)
20200207141427.10622-1-jlicht@fsfe.org
* 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(-)

Toggle diff (15 lines)
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
Jelle Licht wrote 5 years ago
(address . 39481-done@debbugs.gnu.org)
8736bdp305.fsf@jlicht.xyz
Jelle Licht <jlicht@fsfe.org> writes:

Toggle quote (22 lines)
> * 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.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 39481@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 39481
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help