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:
parent
b8d15411d3
commit
1b5422d611
@ -38,13 +38,6 @@ stdenv.mkDerivation (rec {
|
|||||||
ln -s $out/{lib/urxvt,lib/perl5/site_perl}
|
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 = {
|
meta = {
|
||||||
description = "A clone of the well-known terminal emulator rxvt";
|
description = "A clone of the well-known terminal emulator rxvt";
|
||||||
homepage = "http://software.schmorp.de/pkg/rxvt-unicode.html";
|
homepage = "http://software.schmorp.de/pkg/rxvt-unicode.html";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user