libqmi: enableParallelBuilding
Works fine for me with -j48.
This commit is contained in:
parent
a72c5b5388
commit
ec2710b0d7
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
|
|||
libmbim
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue