gnome3.vte: remove unnecessary substituteInPlace

`substituteInPlace` was operating on a non-existant file.
This commit is contained in:
Robin Gloster 2016-08-01 13:01:10 +00:00
parent 3fa7ef49d5
commit f11f3b0519

View File

@ -19,10 +19,6 @@ let baseAttrs = rec {
enableParallelBuilding = true;
postInstall = ''
substituteInPlace $out/lib/libvte2_90.la --replace "-lncurses" "-L${ncurses.out}/lib -lncurses"
'';
meta = with stdenv.lib; {
homepage = http://www.gnome.org/;
description = "A library implementing a terminal emulator widget for GTK+";