summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2018-12-27 12:55:11 +0200
committerEfraim Flashner <efraim@flashner.co.il>2018-12-27 12:55:45 +0200
commit1262be5c61ce6508990e67ac161605bbc9bda923 (patch)
tree1d4f01a9fe839af4770f07ab503170eccef2fe23 /gnu/packages/gnome.scm
parent2bfcdbce51cf09a856ac0e43bb1a554b0110e1df (diff)
downloadguix-patches-1262be5c61ce6508990e67ac161605bbc9bda923.tar
guix-patches-1262be5c61ce6508990e67ac161605bbc9bda923.tar.gz
gnu: glib-networking: Work around test failure.
* gnu/packages/gnome.scm (glib-networking)[source]: Add patch. * gnu/packages/patches/glib-networking-connection.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 95bfcaf564..49872e6afe 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2398,7 +2398,8 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0s006gs9nsq6mg31spqha1jffzmp6qjh10y27h0fxf1iw1ah5ymx"))))
+ "0s006gs9nsq6mg31spqha1jffzmp6qjh10y27h0fxf1iw1ah5ymx"))
+ (patches (search-patches "glib-networking-connection.patch"))))
(build-system meson-build-system)
(arguments
`(#:configure-flags '("-Dlibproxy_support=false")