unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob ee9456736a30bbfae2f5d77434dec095e26dfff7 407 bytes (raw)
name: gnu/packages/patches/mew-add-icons-to-load-path.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
Make sure the tool-bar icons are found on the load-path.

diff --git a/mew-key.el b/mew-key.el
index 4b753f6..6a27090 100644
--- a/mew-key.el
+++ b/mew-key.el
@@ -627,6 +627,7 @@
 	    (throw 'loop (expand-file-name "etc" path)))))))
 
 (defvar mew-icon-directory (mew-which-mew-etc))
+(add-to-list 'load-path mew-icon-directory)
 
 (defvar mew-icon-separate nil)
 (defvar mew-icon-blank nil)

debug log:

solving ba722ff ...
found ba722ff in https://yhetil.org/guix-devel/20170202.194107.439776871711114152.post@thomasdanckaert.be/

applying [1/1] https://yhetil.org/guix-devel/20170202.194107.439776871711114152.post@thomasdanckaert.be/
diff --git a/gnu/packages/patches/mew-add-icons-to-load-path.patch b/gnu/packages/patches/mew-add-icons-to-load-path.patch\r
new file mode 100644\r
index 0000000..ba722ff\r

1:7: trailing whitespace.
Make sure the tool-bar icons are found on the load-path.\r
1:8: trailing whitespace.
\r
1:9: trailing whitespace.
diff --git a/mew-key.el b/mew-key.el\r
1:10: trailing whitespace.
index 4b753f6..6a27090 100644\r
1:11: trailing whitespace.
--- a/mew-key.el\r
Checking patch gnu/packages/patches/mew-add-icons-to-load-path.patch...
Applied patch gnu/packages/patches/mew-add-icons-to-load-path.patch cleanly.
warning: squelched 9 whitespace errors
warning: 14 lines add whitespace errors.

index at:
100644 ee9456736a30bbfae2f5d77434dec095e26dfff7	gnu/packages/patches/mew-add-icons-to-load-path.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).