mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
hstr: install manpage
This commit is contained in:
parent
4cdd64d907
commit
dde159fd98
@ -15,15 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
buildInputs = [ readline ncurses gettext ];
|
buildInputs = [ readline ncurses gettext ];
|
||||||
|
|
||||||
configurePhase = ''
|
configureFlags = [ "--prefix=$(out)" ];
|
||||||
autoreconf -fvi
|
|
||||||
./configure
|
|
||||||
'';
|
|
||||||
|
|
||||||
installPhase = ''
|
|
||||||
mkdir -p $out/bin/
|
|
||||||
mv src/hstr $out/bin/
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/dvorka/hstr";
|
homepage = "https://github.com/dvorka/hstr";
|
||||||
|
Loading…
Reference in New Issue
Block a user