taskwarrior: patch bug in bash-completion file

The patch was submitted upstream, too.
This commit is contained in:
Peter Simons
2017-02-08 11:45:50 +01:00
parent 3bd6c44b5f
commit 187e5d3d74
2 changed files with 30 additions and 0 deletions
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "059a9yc58wcicc6xxsjh1ph7k2yrag0spsahp1wqmsq6h7jwwyyq";
};
patches = [ ./0001-bash-completion-quote-pattern-argument-to-grep.patch ];
nativeBuildInputs = [ cmake libuuid gnutls ];
postInstall = ''