qemu: remove not require enableParallelBuild

This commit is contained in:
Sandro Jäckel
2021-03-03 16:23:53 +01:00
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" ];