libmwaw: enableParallelBuilding

This commit is contained in:
arcnmx 2021-07-22 08:00:44 -07:00
parent 314cf1949b
commit 70787fb663

View file

@ -21,6 +21,7 @@ stdenv.mkDerivation {
src = fetchurl { src = fetchurl {
inherit (s) url sha256; inherit (s) url sha256;
}; };
enableParallelBuilding = true;
meta = { meta = {
inherit (s) version; inherit (s) version;
description = "Import library for some old mac text documents"; description = "Import library for some old mac text documents";