Skip to content

Commit

Permalink
x265: enable parallel build
Browse files Browse the repository at this point in the history
(cherry picked from commit 726ed32)
  • Loading branch information
viric committed Jun 18, 2016
1 parent 3d5ef21 commit 15235f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/x265/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
sha256 = "1j0mbcf10aj6zi1nxql45f9817jd2ndcpd7x123sjmyr7q9m8iiy";
};

enableParallelBuilding = true;

patchPhase = ''
sed -i 's/unknown/${version}/g' source/cmake/version.cmake
'';
Expand Down

0 comments on commit 15235f5

Please sign in to comment.