mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 23:17:37 +00:00
modemmanager: reenable install tests
This commit is contained in:
parent
c2474f9052
commit
d5d9462614
@ -40,9 +40,7 @@ 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.
|
||||
# Failing with GLib 2.73.2
|
||||
# https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/601
|
||||
doInstallCheck = false;
|
||||
doInstallCheck = true;
|
||||
preInstallCheck = ''
|
||||
export G_TEST_DBUS_DAEMON="${dbus.daemon}/bin/dbus-daemon"
|
||||
patchShebangs tools/tests/test-wrapper.sh
|
||||
|
Loading…
Reference in New Issue
Block a user