diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-19 18:43:11 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-20 00:31:16 +0200 |
commit | f19e571c970ee40902bab1fea3c8654a73caf02f (patch) | |
tree | 8031884a1e92958b80cecef47e9b3d5aab0072ea /gnu/local.mk | |
parent | 28391dc038c71be4ef03c66722b09c90a75b3e55 (diff) | |
download | patches-f19e571c970ee40902bab1fea3c8654a73caf02f.tar patches-f19e571c970ee40902bab1fea3c8654a73caf02f.tar.gz |
gnu: kodi: Increase test timeout.
* gnu/packages/patches/kodi-increase-test-timeout.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/kodi.scm (kodi)[source](patches): Add 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 126d29dade..b4158b9880 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1017,6 +1017,7 @@ dist_patch_DATA = \ %D%/packages/patches/kobodeluxe-manpage-minus-not-hyphen.patch \ %D%/packages/patches/kobodeluxe-midicon-segmentation-fault.patch \ %D%/packages/patches/kobodeluxe-graphics-window-signed-char.patch \ + %D%/packages/patches/kodi-increase-test-timeout.patch \ %D%/packages/patches/kodi-set-libcurl-ssl-parameters.patch \ %D%/packages/patches/kodi-skip-test-449.patch \ %D%/packages/patches/laby-make-install.patch \ |