1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

x265: enable parallel build

This commit is contained in:
Lluís Batlle i Rossell 2016-06-18 13:29:34 +02:00
parent 3078537b6a
commit 726ed32bfd

View file

@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
sha256 = "1j0mbcf10aj6zi1nxql45f9817jd2ndcpd7x123sjmyr7q9m8iiy";
};
enableParallelBuilding = true;
patchPhase = ''
sed -i 's/unknown/${version}/g' source/cmake/version.cmake
'';