stenc: install bash completions

This commit is contained in:
Sergei Zimmerman
2025-01-09 01:40:31 +03:00
parent 1b11f871e5
commit 4a7f6d997a
+6
View File
@@ -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 = {