hstr: install manpage

wip/yesman
Matthieu Coudron 4 years ago
parent 4cdd64d907
commit dde159fd98
  1. 10
      pkgs/applications/misc/hstr/default.nix

@ -15,15 +15,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ readline ncurses gettext ];
configurePhase = ''
autoreconf -fvi
./configure
'';
installPhase = ''
mkdir -p $out/bin/
mv src/hstr $out/bin/
'';
configureFlags = [ "--prefix=$(out)" ];
meta = {
homepage = "https://github.com/dvorka/hstr";

Loading…
Cancel
Save