rxvt-unicode: fix terminfo path

This commit is contained in:
Artturin 2021-10-01 20:12:06 +03:00
parent 786b429ace
commit 937f349b5f

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