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
commit d8e7c12bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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")