libnice: disable all tests for now :-(

Before this commit it built fine a few times for me,
i.e. without the single test, but it failed on Hydra anyway.
I guess jtojnar also tested the final expression with all tests,
so apparently they are sensitive the the kind of machine they run on.
This commit is contained in:
Vladimír Čunát 2019-01-12 17:14:27 +01:00
parent bde8efe792
commit 3131a8ea84
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -33,9 +33,6 @@ stdenv.mkDerivation rec {
})
];
# TMP: one test is still problematic, apparently
postPatch = "sed '/test-drop-invalid/d' -i tests/meson.build";
nativeBuildInputs = [ meson ninja pkgconfig python3 gobject-introspection gtk-doc docbook_xsl docbook_xml_dtd_412 ];
buildInputs = [ gst_all_1.gstreamer gst_all_1.gst-plugins-base gnutls ];
propagatedBuildInputs = [ glib gupnp-igd ];
@ -50,7 +47,8 @@ stdenv.mkDerivation rec {
"-Dintrospection=enabled"
];
doCheck = true;
# TODO; see #53293 etc.
#doCheck = true;
meta = with stdenv.lib; {
homepage = https://nice.freedesktop.org/wiki/;