isocodes: enable parallel building

Tested at -j8.
This commit is contained in:
Alyssa Ross 2023-02-06 16:53:10 +00:00
parent ff58d2801c
commit 40d92d3be5

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ gettext python3 ];
enableParallelBuilding = true;
meta = with lib; {
homepage = "https://salsa.debian.org/iso-codes-team/iso-codes";
description = "Various ISO codes packaged as XML files";