From 1b5422d611686ade43ed88cbd6520fa5173f20b6 Mon Sep 17 00:00:00 2001 From: Mathijs Kwik Date: Sat, 30 Nov 2013 10:34:06 +0100 Subject: rxvt_unicode: stop creation of unnecessary symlink rxvt will depend on the terminfo output automatically and knows where to find the terminfo files. --- pkgs/applications/misc/rxvt_unicode/default.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'pkgs/applications/misc') diff --git a/pkgs/applications/misc/rxvt_unicode/default.nix b/pkgs/applications/misc/rxvt_unicode/default.nix index c05dd028eb34..640ace40277d 100644 --- a/pkgs/applications/misc/rxvt_unicode/default.nix +++ b/pkgs/applications/misc/rxvt_unicode/default.nix @@ -38,13 +38,6 @@ stdenv.mkDerivation (rec { ln -s $out/{lib/urxvt,lib/perl5/site_perl} ''; - # we link the separate terminfo output to the main output - # as I don't think there's a usecase for wanting urxvt without its terminfo files - # and we don't want users to install them separately - postInstall = '' - ln -s $terminfo/share/terminfo $out/share - ''; - meta = { description = "A clone of the well-known terminal emulator rxvt"; homepage = "http://software.schmorp.de/pkg/rxvt-unicode.html"; -- cgit 1.4.1