3
0
Fork 0
forked from mirrors/nixpkgs

modemmanager: disable tests

They are failing with GLib 2.73.2
This commit is contained in:
Jan Tojnar 2022-07-24 00:03:41 +02:00
parent a5e128ab33
commit 209c00ed18

View file

@ -40,7 +40,9 @@ stdenv.mkDerivation rec {
# load libraries from the install path, which doesn't usually exist
# when `make check' is run. So to work around that, we run it as an
# install check instead, when those paths will have been created.
doInstallCheck = true;
# Failing with GLib 2.73.2
# https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/601
doInstallCheck = false;
preInstallCheck = ''
export G_TEST_DBUS_DAEMON="${dbus.daemon}/bin/dbus-daemon"
patchShebangs tools/tests/test-wrapper.sh