From f83bc9fb22e276f4709df51a7e3927537f6435eb Mon Sep 17 00:00:00 2001 From: Artturin Date: Fri, 1 Oct 2021 20:12:06 +0300 Subject: [PATCH] rxvt-unicode: fix terminfo path (cherry picked from commit 937f349b5f6ed47591fc373017175efb9cf4d13e) --- pkgs/applications/terminal-emulators/rxvt-unicode/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/terminal-emulators/rxvt-unicode/default.nix b/pkgs/applications/terminal-emulators/rxvt-unicode/default.nix index 02f1b100f49..2c130bf02d3 100644 --- a/pkgs/applications/terminal-emulators/rxvt-unicode/default.nix +++ b/pkgs/applications/terminal-emulators/rxvt-unicode/default.nix @@ -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")