rxvt_unicode: stop creation of unnecessary symlink

rxvt will depend on the terminfo output automatically and knows where
to find the terminfo files.
This commit is contained in:
Mathijs Kwik 2013-11-30 10:34:06 +01:00
parent b8d15411d3
commit 1b5422d611

View file

@ -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";