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