Loading pkgs/by-name/st/stenc/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ autoreconfHook, pkg-config, pandoc, installShellFiles, }: stdenv.mkDerivation rec { Loading @@ -28,10 +29,15 @@ stdenv.mkDerivation rec { autoreconfHook pkg-config pandoc installShellFiles ]; doCheck = true; postInstall = '' installShellCompletion --bash bash-completion/stenc ''; passthru.updateScript = gitUpdater { }; meta = { Loading Loading
pkgs/by-name/st/stenc/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ autoreconfHook, pkg-config, pandoc, installShellFiles, }: stdenv.mkDerivation rec { Loading @@ -28,10 +29,15 @@ stdenv.mkDerivation rec { autoreconfHook pkg-config pandoc installShellFiles ]; doCheck = true; postInstall = '' installShellCompletion --bash bash-completion/stenc ''; passthru.updateScript = gitUpdater { }; meta = { Loading