rxvt-unicode: fix terminfo path

(cherry picked from commit 937f349b5f6ed47591fc373017175efb9cf4d13e)
This commit is contained in:
Artturin 2021-10-01 20:12:06 +03:00 committed by github-actions[bot]
parent ff12d52832
commit f83bc9fb22
1 changed files with 1 additions and 1 deletions

View File

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