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 libiscsiSupport [ libiscsi ]
|
||||||
++ optionals smbdSupport [ samba ];
|
++ optionals smbdSupport [ samba ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
dontUseMesonConfigure = true; # meson's configurePhase isn't compatible with qemu build
|
dontUseMesonConfigure = true; # meson's configurePhase isn't compatible with qemu build
|
||||||
|
|
||||||
outputs = [ "out" "ga" ];
|
outputs = [ "out" "ga" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user