Merge pull request #117958 from ivan/tmux-parallel-building
tmux: enable parallel building
This commit is contained in:
commit
5af7428666
@ -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…
x
Reference in New Issue
Block a user