mtools: enable parallel building
This commit is contained in:
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 = {
|
||||
|
||||
Reference in New Issue
Block a user