mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
pkgs/development/interpreters/python/2.6/default.nix: enable parallel building
svn path=/nixpkgs/branches/stdenv-updates/; revision=22673
This commit is contained in:
parent
815b121dfb
commit
9f8ff9f714
@ -88,6 +88,8 @@ stdenv.mkDerivation ( {
|
||||
libPrefix = "python${majorVersion}";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user