rxvt-unicode: fix terminfo path
This commit is contained in:
parent
786b429ace
commit
937f349b5f
@ -49,7 +49,7 @@ stdenv.mkDerivation {
|
||||
|
||||
|
||||
configureFlags = [
|
||||
"--with-terminfo=$terminfo/share/terminfo"
|
||||
"--with-terminfo=${placeholder "terminfo"}/share/terminfo"
|
||||
"--enable-256-color"
|
||||
(enableFeature perlSupport "perl")
|
||||
(enableFeature unicode3Support "unicode3")
|
||||
|
Loading…
Reference in New Issue
Block a user