mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
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;
|
||||
|
||||
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+";
|
||||
|
Loading…
Reference in New Issue
Block a user