diff options
author | tv <tv@krebsco.de> | 2024-12-03 21:48:39 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2024-12-03 21:48:39 +0100 |
commit | b83d7b1c5e2c0211f2a7572230978f2095dca9df (patch) | |
tree | 04bb1aa71be4080db381a742a484965fa80e52cb /pkgs/simple | |
parent | 6bf449182b04503e21baf779225da57c657b6da7 (diff) |
treewide: rxvt_unicode -> rxvt-unicode-unwrapped
Diffstat (limited to 'pkgs/simple')
-rw-r--r-- | pkgs/simple/editor-input.nix | 2 | ||||
-rw-r--r-- | pkgs/simple/pinentry-urxvt/default.nix | 2 | ||||
-rw-r--r-- | pkgs/simple/rxvt-unicode-256color-terminfo/default.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/simple/editor-input.nix b/pkgs/simple/editor-input.nix index 931179a..536084d 100644 --- a/pkgs/simple/editor-input.nix +++ b/pkgs/simple/editor-input.nix @@ -5,7 +5,7 @@ pkgs.writeDashBin "editor-input" '' ${pkgs.with-tmpdir}/bin/with-tmpdir -t editor-input.XXXXXXXX \ ${pkgs.writeDash "editor-input.sh" '' f=$TMPDIR/input - ${pkgs.rxvt_unicode}/bin/urxvt -name editor-input-urxvt -e \ + ${pkgs.rxvt-unicode-unwrapped}/bin/urxvt -name editor-input-urxvt -e \ ${pkgs.vim}/bin/vim --cmd ':set noeol binary' -c startinsert "$f" if test -e "$f"; then ${pkgs.xsel}/bin/xsel -ip < "$f" diff --git a/pkgs/simple/pinentry-urxvt/default.nix b/pkgs/simple/pinentry-urxvt/default.nix index 6868207..808d00a 100644 --- a/pkgs/simple/pinentry-urxvt/default.nix +++ b/pkgs/simple/pinentry-urxvt/default.nix @@ -102,7 +102,7 @@ in ''} exec 3<&0 4>&1 5>&2 - ${pkgs.rxvt_unicode}/bin/urxvt \ + ${pkgs.rxvt-unicode-unwrapped}/bin/urxvt \ -name ${mylib.shell.escape cfg.appName} \ -e ${pkgs.writeDash "pinentry-urxvt-tty" '' set -efu diff --git a/pkgs/simple/rxvt-unicode-256color-terminfo/default.nix b/pkgs/simple/rxvt-unicode-256color-terminfo/default.nix index d2f6f46..8bfd1e8 100644 --- a/pkgs/simple/rxvt-unicode-256color-terminfo/default.nix +++ b/pkgs/simple/rxvt-unicode-256color-terminfo/default.nix @@ -1,5 +1,5 @@ # This package is mainly intended for cross-built systems for which we cannot -# or don't want to build pkgs.rxvt_unicode for some reason. +# or don't want to build pkgs.rxvt-unicode-unwrapped for some reason. # # ${./rxvt-unicode-256color.terminfo} was copied from a previously built # /run/current-system/sw/share/terminfo/r/rxvt-unicode-256color |