summary refs log tree commit diff
path: root/pkgs/development/libraries/gegl
diff options
context:
space:
mode:
authorBernardo Meurer <meurerbernardo@gmail.com>2020-01-02 15:01:31 -0800
committerBernardo Meurer <meurerbernardo@gmail.com>2020-01-02 15:19:23 -0800
commitaf292657cd09ccbd634dac29fadd0a56b24100ca (patch)
treedd9114fadd41dc8b817bb07f30d1db4a3f407f2e /pkgs/development/libraries/gegl
parent9543e3553719894e71591c5905889fc4ffaa5932 (diff)
downloadnixpkgs-af292657cd09ccbd634dac29fadd0a56b24100ca.tar
nixpkgs-af292657cd09ccbd634dac29fadd0a56b24100ca.tar.gz
nixpkgs-af292657cd09ccbd634dac29fadd0a56b24100ca.tar.bz2
nixpkgs-af292657cd09ccbd634dac29fadd0a56b24100ca.tar.lz
nixpkgs-af292657cd09ccbd634dac29fadd0a56b24100ca.tar.xz
nixpkgs-af292657cd09ccbd634dac29fadd0a56b24100ca.tar.zst
nixpkgs-af292657cd09ccbd634dac29fadd0a56b24100ca.zip
gegl: remove flaky test
c.f. https://gitlab.gnome.org/GNOME/gegl/issues/215
Diffstat (limited to 'pkgs/development/libraries/gegl')
-rw-r--r--pkgs/development/libraries/gegl/4.0.nix3
-rw-r--r--pkgs/development/libraries/gegl/patches/no-simple-backend-file-test.patch10
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gegl/4.0.nix b/pkgs/development/libraries/gegl/4.0.nix
index 1bdf557f399..28809278055 100644
--- a/pkgs/development/libraries/gegl/4.0.nix
+++ b/pkgs/development/libraries/gegl/4.0.nix
@@ -63,6 +63,9 @@ stdenv.mkDerivation rec {
       url = "https://salsa.debian.org/gnome-team/gegl/raw/9b7520b38d87cd8ad4b39bf0b8c62d011da25169/debian/patches/increase_test_timeout.patch";
       sha256 = "1prc1h1aipjd9db0i1j7nzga4zvk3vl8qsjpz1jzv1wwvz02isly";
     })
+
+    # Remove gegl:simple / backend-file test that times out frequently
+    ./patches/no-simple-backend-file-test.patch
   ];
 
   nativeBuildInputs = [
diff --git a/pkgs/development/libraries/gegl/patches/no-simple-backend-file-test.patch b/pkgs/development/libraries/gegl/patches/no-simple-backend-file-test.patch
new file mode 100644
index 00000000000..bf07572182b
--- /dev/null
+++ b/pkgs/development/libraries/gegl/patches/no-simple-backend-file-test.patch
@@ -0,0 +1,10 @@
+diff --git a/tests/simple/meson.build b/tests/simple/meson.build
+index 2c735d80a..ae4d50f2a 100644
+--- a/tests/simple/meson.build
++++ b/tests/simple/meson.build
+@@ -1,5 +1,4 @@
+ testnames = [
+-  'backend-file',
+   'buffer-cast',
+   'buffer-changes',
+   'buffer-extract',