mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
dvtm: add ncurses dev input to PATH
fixes cross compilation
This commit is contained in:
parent
dcb8c6fa8b
commit
51ab062863
@ -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 New Issue
Block a user