Merge pull request #140172 from Artturin/urxvtterminfo

This commit is contained in:
Artturi 2021-10-01 21:14:31 +03:00 committed by GitHub
commit ea02e12c0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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