redo-apenwarr: install bash completion
This commit is contained in:
parent
a12ccb7f3e
commit
005b5770f4
@ -1,5 +1,5 @@
|
||||
{ stdenv, lib, python3, fetchFromGitHub, mkdocs, which, findutils, coreutils
|
||||
, perl
|
||||
{ stdenv, lib, python3, fetchFromGitHub, which, findutils, coreutils
|
||||
, perl, installShellFiles
|
||||
, doCheck ? true
|
||||
}: stdenv.mkDerivation rec {
|
||||
|
||||
@ -53,8 +53,13 @@
|
||||
(with python3.pkgs; [ beautifulsoup4 markdown ])
|
||||
which
|
||||
findutils
|
||||
installShellFiles
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
installShellCompletion --bash contrib/bash_completion.d/redo
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo";
|
||||
homepage = "https://github.com/apenwarr/redo";
|
||||
|
Loading…
Reference in New Issue
Block a user