qemu: remove not require enableParallelBuild
This commit is contained in:
@@ -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" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user