dvtm: add ncurses dev input to PATH
fixes cross compilation
This commit is contained in:
parent
dcb8c6fa8b
commit
51ab062863
1 changed files with 2 additions and 3 deletions
|
@ -9,6 +9,7 @@ stdenv.mkDerivation {
|
|||
cp ${builtins.toFile "config.h" customConfig} ./config.h
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ ncurses ];
|
||||
buildInputs = [ ncurses ];
|
||||
|
||||
prePatch = ''
|
||||
|
@ -16,9 +17,7 @@ stdenv.mkDerivation {
|
|||
--replace /usr/share/terminfo $out/share/terminfo
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
make PREFIX=$out install
|
||||
'';
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Dynamic virtual terminal manager";
|
||||
|
|
Loading…
Reference in a new issue