From b83d7b1c5e2c0211f2a7572230978f2095dca9df Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 3 Dec 2024 21:48:39 +0100 Subject: treewide: rxvt_unicode -> rxvt-unicode-unwrapped --- pkgs/simple/editor-input.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/simple/editor-input.nix') 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" -- cgit v1.2.3