diff options
| author | Michele Guerini Rocco <rnhmjoj@users.noreply.github.com> | 2021-10-01 20:50:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-01 20:50:23 +0200 |
| commit | d8e7c12bbde9e1a501705def3527bc6138f69344 (patch) | |
| tree | 8fd497238480c21a0dc6b0fb7696439bd0b72260 | |
| parent | Merge pull request #139522 from NixOS/backport-136079-to-release-21.05 (diff) | |
| parent | rxvt-unicode: fix terminfo path (diff) | |
| download | nixpkgs-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.nix | 2 |
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") |
