fish: enable parallel building

This commit is contained in:
Orivej Desh 2017-11-27 13:34:31 +00:00
parent 2b74650b4f
commit ba3a792435

View file

@ -159,6 +159,8 @@ let
tee -a $out/share/fish/__fish_build_paths.fish < ${(writeText "__fish_build_paths_suffix.fish" fishPreInitHooks)}
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Smart and user-friendly command line shell";
homepage = http://fishshell.com/;