gdk-pixbuf: Disable tests

The tests take an excessive amount of time (> 1.5 hours) and memory (>
6 GB).

http://hydra.nixos.org/build/24911713
http://hydra.nixos.org/build/24470055#tabs-buildsteps
This commit is contained in:
Eelco Dolstra 2015-08-21 12:56:55 +02:00
parent aba76f23a5
commit b1104d6082

View File

@ -26,8 +26,8 @@ stdenv.mkDerivation rec {
+ stdenv.lib.optionalString (gobjectIntrospection != null) " --enable-introspection=yes"
;
# Seems to randomly fail sometimes with a bus error. FIXME
doCheck = !stdenv.isDarwin;
# The tests take an excessive amount of time (> 1.5 hours) and memory (> 6 GB).
doCheck = false;
postInstall = "rm -rf $out/share/gtk-doc";