about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-08-01 13:01:10 +0000
committerRobin Gloster <mail@glob.in>2016-08-14 22:55:21 +0000
commitf11f3b05198222ab165e5f10587857b9b17932f6 (patch)
treebadbb77bcba1a8995b9996448d71bcd5953e3309 /pkgs
parent3fa7ef49d5417ba9ce4be49590e6714e4c74cf63 (diff)
downloadnixlib-f11f3b05198222ab165e5f10587857b9b17932f6.tar
nixlib-f11f3b05198222ab165e5f10587857b9b17932f6.tar.gz
nixlib-f11f3b05198222ab165e5f10587857b9b17932f6.tar.bz2
nixlib-f11f3b05198222ab165e5f10587857b9b17932f6.tar.lz
nixlib-f11f3b05198222ab165e5f10587857b9b17932f6.tar.xz
nixlib-f11f3b05198222ab165e5f10587857b9b17932f6.tar.zst
nixlib-f11f3b05198222ab165e5f10587857b9b17932f6.zip
gnome3.vte: remove unnecessary substituteInPlace
`substituteInPlace` was operating on a non-existant file.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/gnome-3/3.20/core/vte/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/desktops/gnome-3/3.20/core/vte/default.nix b/pkgs/desktops/gnome-3/3.20/core/vte/default.nix
index 38850f0fe761..6b7eb8040082 100644
--- a/pkgs/desktops/gnome-3/3.20/core/vte/default.nix
+++ b/pkgs/desktops/gnome-3/3.20/core/vte/default.nix
@@ -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+";