Commit 48ce430b authored by Alyssa Ross's avatar Alyssa Ross
Browse files

edid-decode: enable parallel building

Tested at -j20.
parent fe5cc451
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ stdenv.mkDerivation {
    export mandir=/share/man
  '';

  enableParallelBuilding = true;

  passthru.updateScript = unstableGitUpdater { };

  meta = with lib; {