From 4b7fab5e081504cf21f9d375fe335e4997297146 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 27 Nov 2025 12:10:54 +0100 Subject: [PATCH] vte: backport fix for backspace in QEMU MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: 7a24e8bdb625 ("vte: 0.80.3 → 0.81.90") --- pkgs/by-name/vt/vte/package.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/by-name/vt/vte/package.nix b/pkgs/by-name/vt/vte/package.nix index 1de27ccfbab0..cf32cd427a99 100644 --- a/pkgs/by-name/vt/vte/package.nix +++ b/pkgs/by-name/vt/vte/package.nix @@ -78,6 +78,12 @@ stdenv.mkDerivation (finalAttrs: { url = "https://github.com/GNOME/vte/commit/6b7a6a7df9df99368b7ce5ac5903bd2578167567.patch"; hash = "sha256-s3HigfTZLtGmsZS6dfD3YE95ZdBjB4WOWDvuoatOu3o="; }) + + (fetchpatch { + name = "qemu-backspace.patch"; + url = "https://gitlab.gnome.org/GNOME/vte/-/commit/79d5fea437185e52a740130d5a276b83dfdcd558.patch"; + hash = "sha256-28Cehw5uJuGG7maLGUl1TBwfIwuXpkLKSQ2lXauLlz0="; + }) ]; nativeBuildInputs = [