glibmm: disable tests

This commit is contained in:
Jan Malakhovski 2018-08-10 11:20:39 +00:00
parent c23c2cf606
commit 50176ef3fc

View File

@ -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";