Merge pull request #53738 from hedning/libmediaart-disable-tests

libmediaart: turn off broken tests until fixed
This commit is contained in:
Tor Hedin Brønner 2019-01-10 16:28:12 +01:00 committed by GitHub
commit 63b88f668b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ meson ninja pkgconfig vala gtk-doc docbook_xsl docbook_xml_dtd_412 gobject-introspection ];
buildInputs = [ glib gdk_pixbuf ];
doCheck = true;
# FIXME: Turn on again when https://github.com/NixOS/nixpkgs/issues/53701
# is fixed on master.
doCheck = false;
passthru = {
updateScript = gnome3.updateScript {