We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7f09c commit 21a487cCopy full SHA for 21a487c
pkgs/by-name/vi/vifm/package.nix
@@ -48,6 +48,8 @@ stdenv.mkDerivation rec {
48
patchShebangs --build src/helpztags
49
'';
50
51
+ enableParallelBuilding = true;
52
+
53
postFixup =
54
let
55
path = lib.makeBinPath [
0 commit comments