taskwarrior: enable bash completion
By adding the missing link between the (already installed) completion script and $out/etc/bash_completion.d/.
This commit is contained in:
parent
b2be4092c6
commit
02458a939a
@ -13,6 +13,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake libuuid gnutls ];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p "$out/etc/bash_completion.d"
|
||||
ln -s "../../share/doc/task/scripts/bash/task.sh" "$out/etc/bash_completion.d/"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "GTD (getting things done) implementation";
|
||||
homepage = http://taskwarrior.org;
|
||||
|
Loading…
Reference in New Issue
Block a user