gnome3.vte: remove unnecessary substituteInPlace
`substituteInPlace` was operating on a non-existant file.
This commit is contained in:
parent
3fa7ef49d5
commit
f11f3b0519
@ -19,10 +19,6 @@ let baseAttrs = rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
substituteInPlace $out/lib/libvte2_90.la --replace "-lncurses" "-L${ncurses.out}/lib -lncurses"
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.gnome.org/;
|
homepage = http://www.gnome.org/;
|
||||||
description = "A library implementing a terminal emulator widget for GTK+";
|
description = "A library implementing a terminal emulator widget for GTK+";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user