Merge pull request #140183 from NixOS/backport-140172-to-release-21.05

[Backport release-21.05] rxvt-unicode: fix terminfo path
This commit is contained in:
Michele Guerini Rocco
2021-10-01 20:50:23 +02:00
committed by GitHub

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