edid-decode: enable parallel building

Tested at -j20.
This commit is contained in:
Alyssa Ross 2024-09-04 14:06:18 +02:00
parent fe5cc4511a
commit 48ce430b4b

View File

@ -25,6 +25,8 @@ stdenv.mkDerivation {
export mandir=/share/man
'';
enableParallelBuilding = true;
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {