mtools: enable parallel building

This commit is contained in:
Sergei Trofimovich
2025-03-25 08:39:58 +01:00
committed by Bjørn Forsman
parent fa13f7297f
commit 76996edbe9
@@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
buildInputs = lib.optional stdenv.hostPlatform.isDarwin libiconv;
enableParallelBuilding = true;
doCheck = true;
passthru = {