stenc: install bash completions
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
autoreconfHook,
|
||||
pkg-config,
|
||||
pandoc,
|
||||
installShellFiles,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -28,10 +29,15 @@ stdenv.mkDerivation rec {
|
||||
autoreconfHook
|
||||
pkg-config
|
||||
pandoc
|
||||
installShellFiles
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
postInstall = ''
|
||||
installShellCompletion --bash bash-completion/stenc
|
||||
'';
|
||||
|
||||
passthru.updateScript = gitUpdater { };
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user