diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-04-20 16:27:44 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-04-22 11:08:05 +0300 |
commit | a24562af52d2f318c9e17be73393ddb4bd9e347c (patch) | |
tree | 45fc6f0d2efa658e118f8cf03b1ed09c6e196af0 /gnu/local.mk | |
parent | 7fd5175693a430e365b928e69f8e6edee6c41cb3 (diff) | |
download | guix-a24562af52d2f318c9e17be73393ddb4bd9e347c.tar.gz |
gnu: glib: Disable failing test.
* gnu/packages/glib.scm (glib)[source]: Add patch. [arguments]: Remove custom 'increase-test-timeout phase. * gnu/packages/patches/glib-skip-failing-test.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 ae3beb6572..a8dd66f34a 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1083,6 +1083,7 @@ dist_patch_DATA = \ %D%/packages/patches/ghostscript-no-header-creationdate.patch \ %D%/packages/patches/gimp-make-gegl-introspect-optional.patch \ %D%/packages/patches/glib-appinfo-watch.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 \ %D%/packages/patches/glibc-CVE-2019-7309.patch \ |