fish: enable parallel building
This commit is contained in:
parent
2b74650b4f
commit
ba3a792435
|
@ -159,6 +159,8 @@ let
|
||||||
tee -a $out/share/fish/__fish_build_paths.fish < ${(writeText "__fish_build_paths_suffix.fish" fishPreInitHooks)}
|
tee -a $out/share/fish/__fish_build_paths.fish < ${(writeText "__fish_build_paths_suffix.fish" fishPreInitHooks)}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Smart and user-friendly command line shell";
|
description = "Smart and user-friendly command line shell";
|
||||||
homepage = http://fishshell.com/;
|
homepage = http://fishshell.com/;
|
||||||
|
|
Loading…
Reference in New Issue