Revert "vte: fix chroot build"

This reverts commit c17427597e.
This commit is contained in:
Luca Bruno 2014-10-28 21:46:48 +01:00
parent bdf010ba65
commit 9fd1807279

View file

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