unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 39c22803f701a35f5d81265c2227712f61d33c78 781 bytes (raw)
name: gnu/packages/patches/gajim-plugins-os.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
From c1974d64e5b8f03dc5fc9564f4dd8cff5f2cbc9b Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Wed, 18 Nov 2020 15:12:45 -0500
Subject: [PATCH] [PATCH]: Fix loading of plugins installed via OS's package
 manager.

---
 gajim/common/configpaths.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gajim/common/configpaths.py b/gajim/common/configpaths.py
index 0ac879314..57b99f955 100644
--- a/gajim/common/configpaths.py
+++ b/gajim/common/configpaths.py
@@ -47,6 +47,7 @@ def get_plugin_dirs() -> List[Path]:
         return [Path(_paths['PLUGINS_BASE']),
                 Path('/app/plugins')]
     return [Path(_paths['PLUGINS_BASE']),
+            Path(os.getenv['PLUGINS_OS']),
             Path(_paths['PLUGINS_USER'])]
 
 
-- 
2.29.2


debug log:

solving 39c22803f7 ...
found 39c22803f7 in https://yhetil.org/guix-patches/101c1bb4-2513-b1de-2962-436b4431f836@raghavgururajan.name/ ||
	https://yhetil.org/guix-patches/5cc40c5b620092c48d666ad59a8e75c8@disroot.org/

applying [1/1] https://yhetil.org/guix-patches/101c1bb4-2513-b1de-2962-436b4431f836@raghavgururajan.name/
diff --git a/gnu/packages/patches/gajim-plugins-os.patch b/gnu/packages/patches/gajim-plugins-os.patch
new file mode 100644
index 0000000000..39c22803f7

1:27: trailing whitespace.
 
1:28: trailing whitespace.
 
1:29: trailing whitespace.
-- 
Checking patch gnu/packages/patches/gajim-plugins-os.patch...
1:31: new blank line at EOF.
+
Applied patch gnu/packages/patches/gajim-plugins-os.patch cleanly.
warning: 4 lines add whitespace errors.

skipping https://yhetil.org/guix-patches/5cc40c5b620092c48d666ad59a8e75c8@disroot.org/ for 39c22803f7
index at:
100644 39c22803f701a35f5d81265c2227712f61d33c78	gnu/packages/patches/gajim-plugins-os.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).