GNU bug report logs -
#59402
[PATCH 0/5] gnu: Add emacs-wanderlust.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Sun, 20 Nov 2022 05:44:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
v1 -> v2: Install icons to a proper path.
Hilton Chain (5):
gnu: Add emacs-bbdb-vcard.
gnu: Add emacs-apel-lb.
gnu: Add emacs-flim-lb.
gnu: Add emacs-semi-epg.
gnu: Add emacs-wanderlust.
gnu/packages/emacs-xyz.scm | 209 +++++++++++++++++++++++++++++++++++++
1 file changed, 209 insertions(+)
base-commit: 8cef05bab6251978018ccab7bb44883676ce8f6c
--
2.38.1
Diff range from v1 to v2:
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 03c9cec60e..d3331f9d52 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -34017,7 +34017,7 @@ (define-public emacs-wanderlust
(("(LISPDIR = )NONE" all m)
(string-append m lispdir))
(("(PIXMAPDIR = )NONE" all m)
- (string-append m lispdir))
+ (string-append m lispdir "/icons"))
(("(INFODIR = )NONE" all m)
(string-append m infodir))))
(invoke "make" "install")
This bug report was last modified 2 years and 260 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.