vte: fix chroot build

This commit is contained in:
Aristid Breitkreuz 2014-10-25 16:44:42 +02:00
parent 4a1b6f8f0b
commit c17427597e

View file

@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
preBuild = "patchShebangs ./src";
postInstall = ''
substituteInPlace $out/lib/libvte2_90.la --replace "-lncurses" "-L${ncurses}/lib -lncurses"
'';