diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-12-27 12:55:11 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-12-27 12:55:45 +0200 |
commit | 1262be5c61ce6508990e67ac161605bbc9bda923 (patch) | |
tree | 1d4f01a9fe839af4770f07ab503170eccef2fe23 /gnu/local.mk | |
parent | 2bfcdbce51cf09a856ac0e43bb1a554b0110e1df (diff) | |
download | patches-1262be5c61ce6508990e67ac161605bbc9bda923.tar 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/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index b55382cc5d..158d157395 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -742,6 +742,7 @@ dist_patch_DATA = \ %D%/packages/patches/ghostscript-no-header-creationdate.patch \ %D%/packages/patches/giflib-make-reallocarray-private.patch \ %D%/packages/patches/glib-tests-timer.patch \ + %D%/packages/patches/glib-networking-connection.patch \ %D%/packages/patches/glibc-CVE-2015-5180.patch \ %D%/packages/patches/glibc-CVE-2015-7547.patch \ %D%/packages/patches/glibc-CVE-2016-3075.patch \ |