tmux: enable parallel building
This commit is contained in:
parent
8e71416e5d
commit
6d4741efbe
@ -49,6 +49,8 @@ stdenv.mkDerivation rec {
|
|||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p $out/share/bash-completion/completions
|
mkdir -p $out/share/bash-completion/completions
|
||||||
cp -v ${bashCompletion}/completions/tmux $out/share/bash-completion/completions/tmux
|
cp -v ${bashCompletion}/completions/tmux $out/share/bash-completion/completions/tmux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user