modemmanager: enableParallelBuilding

Seems to work fine for me at -j48.
This commit is contained in:
Alyssa Ross 2020-04-19 11:41:32 +00:00
parent beb9b1a7e3
commit a72c5b5388

View File

@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
export G_TEST_DBUS_DAEMON="${dbus.daemon}/bin/dbus-daemon"
'';
enableParallelBuilding = true;
doCheck = true;
meta = with stdenv.lib; {