diff options
author | Tomáš Čech <sleep_walker@gnu.org> | 2019-07-03 13:43:12 +0200 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2019-07-17 11:07:43 +0200 |
commit | 7d1861e2d27545d71253eb3f0a688f4fd70278ce (patch) | |
tree | 4a6fe43473eb574fee090ca95de43f28e7996cf3 /gnu/packages/gnome.scm | |
parent | e13714b642f38f46705b2a9f860b42ea14618390 (diff) | |
download | guix-7d1861e2d27545d71253eb3f0a688f4fd70278ce.tar.gz |
gnu: network-manager: Fix plugin loading problem.
* gnu/packages/patches/nm-plugin-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (network-manager)[source](patches): New field. Signed-off-by: Jelle Licht <jlicht@fsfe.org>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1179e09901..4299d84deb 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5297,6 +5297,7 @@ users.") (uri (string-append "mirror://gnome/sources/NetworkManager/" (version-major+minor version) "/" "NetworkManager-" version ".tar.xz")) + (patches (search-patches "nm-plugin-path.patch")) (sha256 (base32 "1jn3g0f2x1irc88awqp8m3gnpdx1whqqqbdgkbgr4x55s702jki4")) |