mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
libqmi: enableParallelBuilding
Works fine for me with -j48.
This commit is contained in:
parent
a72c5b5388
commit
ec2710b0d7
@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
|
||||
libmbim
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user