diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-07-31 23:42:21 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-07-31 23:42:21 +0200 |
commit | 0a1a1ad213ece9d73380524fd45515da2d4e1ef6 (patch) | |
tree | 82e1d0fca8f13c2f6ece87c8e7715a1ba28cbfa0 /gnu/local.mk | |
parent | 9fb72690590c0637cbd99ec26246625560f418c6 (diff) | |
download | guix-0a1a1ad213ece9d73380524fd45515da2d4e1ef6.tar.gz |
gnu: glib-networking: Skip failing test.
* gnu/packages/patches/glib-networking-gnutls-binding.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (glib-networking)[source]: Use 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 acce61d6f6..c3a5e9c617 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1100,6 +1100,7 @@ dist_patch_DATA = \ %D%/packages/patches/ghostscript-no-header-creationdate.patch \ %D%/packages/patches/giara-fix-login.patch \ %D%/packages/patches/glib-appinfo-watch.patch \ + %D%/packages/patches/glib-networking-gnutls-binding.patch \ %D%/packages/patches/glib-skip-failing-test.patch \ %D%/packages/patches/glibc-CVE-2018-11236.patch \ %D%/packages/patches/glibc-CVE-2018-11237.patch \ |