mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
qemu: remove not require enableParallelBuild
This commit is contained in:
parent
25aa76bb6b
commit
993fb95e78
@ -77,7 +77,6 @@ stdenv.mkDerivation rec {
|
||||
++ optionals libiscsiSupport [ libiscsi ]
|
||||
++ optionals smbdSupport [ samba ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
dontUseMesonConfigure = true; # meson's configurePhase isn't compatible with qemu build
|
||||
|
||||
outputs = [ "out" "ga" ];
|
||||
|
Loading…
Reference in New Issue
Block a user