edid-decode: enable parallel building

Tested at -j20.
This commit is contained in:
Alyssa Ross
2024-09-14 10:42:26 +02:00
parent fe5cc4511a
commit 48ce430b4b
+2
View File
@@ -25,6 +25,8 @@ stdenv.mkDerivation {
export mandir=/share/man
'';
enableParallelBuilding = true;
passthru.updateScript = unstableGitUpdater { };
meta = with lib; {