summaryrefslogtreecommitdiffstats
path: root/pkgs/simple/editor-input.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2024-12-03 21:48:39 +0100
committertv <tv@krebsco.de>2024-12-03 21:48:39 +0100
commitb83d7b1c5e2c0211f2a7572230978f2095dca9df (patch)
tree04bb1aa71be4080db381a742a484965fa80e52cb /pkgs/simple/editor-input.nix
parent6bf449182b04503e21baf779225da57c657b6da7 (diff)
treewide: rxvt_unicode -> rxvt-unicode-unwrapped
Diffstat (limited to 'pkgs/simple/editor-input.nix')
-rw-r--r--pkgs/simple/editor-input.nix2
1 files changed, 1 insertions, 1 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"