glibmm: disable tests
This commit is contained in:
parent
c23c2cf606
commit
50176ef3fc
|
@ -26,7 +26,8 @@ stdenv.mkDerivation rec {
|
||||||
propagatedBuildInputs = [ glib libsigcxx ];
|
propagatedBuildInputs = [ glib libsigcxx ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
#doCheck = true; # some tests need network
|
|
||||||
|
doCheck = false; # fails. one test needs the net, another /etc/fstab
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "C++ interface to the GLib library";
|
description = "C++ interface to the GLib library";
|
||||||
|
|
Loading…
Reference in New Issue