Skip to content

Commit 21a487c

Browse files
committed
vifm: enable parallel building
1 parent 3c7f09c commit 21a487c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/vi/vifm/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ stdenv.mkDerivation rec {
4848
patchShebangs --build src/helpztags
4949
'';
5050

51+
enableParallelBuilding = true;
52+
5153
postFixup =
5254
let
5355
path = lib.makeBinPath [

0 commit comments

Comments
 (0)