edid-decode: enable parallel building
Tested at -j20.
This commit is contained in:
parent
fe5cc4511a
commit
48ce430b4b
@ -25,6 +25,8 @@ stdenv.mkDerivation {
|
||||
export mandir=/share/man
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.updateScript = unstableGitUpdater { };
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user