qemu: remove not require enableParallelBuild

This commit is contained in:
Sandro Jäckel 2021-03-02 16:56:43 +01:00
parent 25aa76bb6b
commit 993fb95e78
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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" ];