rxvt-unicode: fix terminfo path

This commit is contained in:
Artturin
2021-10-01 20:19:18 +03:00
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")