From 937f349b5f6ed47591fc373017175efb9cf4d13e 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 --- 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 02f1b100f49f..2c130bf02d3e 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")