summary refs log tree commit diff
path: root/pkgs/development/libraries/gegl/4.0.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-12-16 12:21:29 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2019-12-16 12:21:29 -0500
commitff15346fe3477ae7e41f8a255d8a9012654b84ff (patch)
tree402694c6ccc627aa013b628f008a8b2d4619e08e /pkgs/development/libraries/gegl/4.0.nix
parent8636580d6f4801754789dee2dfeefec100ca9ec9 (diff)
downloadnixpkgs-ff15346fe3477ae7e41f8a255d8a9012654b84ff.tar
nixpkgs-ff15346fe3477ae7e41f8a255d8a9012654b84ff.tar.gz
nixpkgs-ff15346fe3477ae7e41f8a255d8a9012654b84ff.tar.bz2
nixpkgs-ff15346fe3477ae7e41f8a255d8a9012654b84ff.tar.lz
nixpkgs-ff15346fe3477ae7e41f8a255d8a9012654b84ff.tar.xz
nixpkgs-ff15346fe3477ae7e41f8a255d8a9012654b84ff.tar.zst
nixpkgs-ff15346fe3477ae7e41f8a255d8a9012654b84ff.zip
gegl_0_4: add patch for test timeouts
This has failed at the checkPhase many times
on hydra due to a timeout in a particular testcase.
I'm unable to identify which testcase it is within the
source from the output, but I usually place winning
bets on debian patches.
Diffstat (limited to 'pkgs/development/libraries/gegl/4.0.nix')
-rw-r--r--pkgs/development/libraries/gegl/4.0.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gegl/4.0.nix b/pkgs/development/libraries/gegl/4.0.nix
index ca7163af49b..1bdf557f399 100644
--- a/pkgs/development/libraries/gegl/4.0.nix
+++ b/pkgs/development/libraries/gegl/4.0.nix
@@ -57,6 +57,12 @@ stdenv.mkDerivation rec {
       url = "https://gitlab.gnome.org/GNOME/gegl/commit/2bc06bfedee4fb25f6a966c8235b75292e24e55f.patch";
       sha256 = "1psls61wsrdq5pzpvj22mrm46lpzrw3wkx6li7dv6fyb65wz2n4d";
     })
+
+    # Fix test timeout. Downstream debian patch.
+    (fetchpatch {
+      url = "https://salsa.debian.org/gnome-team/gegl/raw/9b7520b38d87cd8ad4b39bf0b8c62d011da25169/debian/patches/increase_test_timeout.patch";
+      sha256 = "1prc1h1aipjd9db0i1j7nzga4zvk3vl8qsjpz1jzv1wwvz02isly";
+    })
   ];
 
   nativeBuildInputs = [