about summary refs log tree commit diff
path: root/pkgs/applications/misc/rxvt_unicode
diff options
context:
space:
mode:
authorMathijs Kwik <mathijs@bluescreen303.nl>2013-11-30 10:34:06 +0100
committerMathijs Kwik <mathijs@bluescreen303.nl>2013-11-30 11:19:13 +0100
commit1b5422d611686ade43ed88cbd6520fa5173f20b6 (patch)
tree03ef22c50d2534fa52b54cb1bac67df7b0c77c96 /pkgs/applications/misc/rxvt_unicode
parentb8d15411d3d030c33309cf4c1ee6a877529deff7 (diff)
downloadnixlib-1b5422d611686ade43ed88cbd6520fa5173f20b6.tar
nixlib-1b5422d611686ade43ed88cbd6520fa5173f20b6.tar.gz
nixlib-1b5422d611686ade43ed88cbd6520fa5173f20b6.tar.bz2
nixlib-1b5422d611686ade43ed88cbd6520fa5173f20b6.tar.lz
nixlib-1b5422d611686ade43ed88cbd6520fa5173f20b6.tar.xz
nixlib-1b5422d611686ade43ed88cbd6520fa5173f20b6.tar.zst
nixlib-1b5422d611686ade43ed88cbd6520fa5173f20b6.zip
rxvt_unicode: stop creation of unnecessary symlink
rxvt will depend on the terminfo output automatically and knows where
to find the terminfo files.
Diffstat (limited to 'pkgs/applications/misc/rxvt_unicode')
-rw-r--r--pkgs/applications/misc/rxvt_unicode/default.nix7
1 files changed, 0 insertions, 7 deletions
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";