Commit 4a7f6d99 authored by Sergei Zimmerman's avatar Sergei Zimmerman
Browse files

stenc: install bash completions

parent 1b11f871
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 = {