mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
modemmanager: enableParallelBuilding
Seems to work fine for me at -j48.
This commit is contained in:
parent
beb9b1a7e3
commit
a72c5b5388
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user