mtdutils: enable parallel building

This commit is contained in:
Michael Adler
2023-01-11 19:35:19 +01:00
committed by Bjørn Forsman
parent a33466f87e
commit fbedeabf19
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook pkg-config ] ++ lib.optional doCheck cmocka;
buildInputs = [ acl libuuid lzo zlib zstd ];
enableParallelBuilding = true;
configureFlags = with lib; [
(enableFeature doCheck "unit-tests")
(enableFeature doCheck "tests")