mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
glibmm: disable tests
This commit is contained in:
parent
c23c2cf606
commit
50176ef3fc
@ -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…
Reference in New Issue
Block a user