glibmm: disable tests

wip/yesman
Jan Malakhovski 6 years ago
parent c23c2cf606
commit 50176ef3fc
  1. 3
      pkgs/development/libraries/glibmm/default.nix

@ -26,7 +26,8 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ glib libsigcxx ];
enableParallelBuilding = true;
#doCheck = true; # some tests need network
doCheck = false; # fails. one test needs the net, another /etc/fstab
meta = with stdenv.lib; {
description = "C++ interface to the GLib library";

Loading…
Cancel
Save