GNU bug report logs - #77766
[PATCH emacs-team] gnu: emacs-ess: Fix output.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Sat, 12 Apr 2025 15:01:05 UTC

Severity: normal

Tags: patch

To reply to this bug, email your comments to 77766 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77766; Package guix-patches. (Sat, 12 Apr 2025 15:01:06 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 12 Apr 2025 15:01:07 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH emacs-team] gnu: emacs-ess: Fix output.
Date: Sat, 12 Apr 2025 16:59:57 +0200
* gnu/packages/statistics.scm (emacs-ess): Fix output.

Change-Id: Ia7a05a6cca0004920a7584f9d70a0362d51145dd
---
 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 d3c2dcbf75..431ece5e41 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -7345,7 +7345,7 @@ (define-public emacs-ess
                "$(MAKE) -C etc install"))))))
     (build-system gnu-build-system)
     (arguments
-     (let ((base-directory "/share/emacs/site-lisp"))
+     (let ((base-directory (string-append "/share/emacs/site-lisp/" "ess-" version)))
        (list
         #:modules '((guix build gnu-build-system)
                     (guix build utils)

base-commit: ca30726285b6883a3b1fa89db64177460af69c42
-- 
2.49.0





This bug report was last modified 2 days ago.

Previous Next


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