mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
pkgs/development/libraries/ncurses: enable parallel building for ncurses
svn path=/nixpkgs/branches/parallel-building-merger/; revision=22992
This commit is contained in:
@@ -14,7 +14,9 @@ stdenv.mkDerivation ( rec {
|
||||
'';
|
||||
|
||||
selfBuildNativeInput = true;
|
||||
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preBuild = ''sed -e "s@\([[:space:]]\)sh @\1''${SHELL} @" -i */Makefile Makefile'';
|
||||
|
||||
# When building a wide-character (Unicode) build, create backward
|
||||
|
||||
Reference in New Issue
Block a user