summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Guerini Rocco <rnhmjoj@users.noreply.github.com>2021-10-01 20:50:23 +0200
committerGitHub <noreply@github.com>2021-10-01 20:50:23 +0200
commitd8e7c12bbde9e1a501705def3527bc6138f69344 (patch)
tree8fd497238480c21a0dc6b0fb7696439bd0b72260
parentMerge pull request #139522 from NixOS/backport-136079-to-release-21.05 (diff)
parentrxvt-unicode: fix terminfo path (diff)
downloadnixpkgs-d8e7c12bbde9e1a501705def3527bc6138f69344.tar.gz
Merge pull request #140183 from NixOS/backport-140172-to-release-21.05
[Backport release-21.05] rxvt-unicode: fix terminfo path
-rw-r--r--pkgs/applications/terminal-emulators/rxvt-unicode/default.nix2
1 files changed, 1 insertions, 1 deletions
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")