Merge pull request #131104 from arcnmx/mwaw-parallel

libmwaw: enableParallelBuilding
This commit is contained in:
Michael Raskin 2021-07-23 12:18:22 +00:00 committed by GitHub
commit ff632b4a8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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