GNU bug report logs -
#77705
[PATCH] gnu: emacs-ess: Fix install path.
Previous Next
To reply to this bug, email your comments to 77705 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77705
; Package
guix-patches
.
(Thu, 10 Apr 2025 14:20:02 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
.
(Thu, 10 Apr 2025 14:20: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): Update to Fix install path.
Packages must be installed under "site-packages/name-version/".
Change-Id: Ifdfbd2ad0d006f9f1cef83230876b9a5656949e3
---
This package installs under "site-packages/", which is wrong.
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 55b726c66b..520cad03ec 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: 07c9a4273152deb128006b5ac2087d5fe30a5927
--
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.