From 89b8619b12bbd876b1958403c8afb22cfec6474e Mon Sep 17 00:00:00 2001 From: larstvei Date: Mon, 11 Aug 2025 17:14:04 +0200 Subject: [PATCH] Remove fix-window-role See https://github.com/d12frosted/homebrew-emacs-plus/commit/cd8d57de9ac25d9822567ea4d51d5c67d791d7ab --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4349196..36ee3e0 100644 --- a/flake.nix +++ b/flake.nix @@ -36,7 +36,6 @@ }; patched-emacs = (pkgs.emacs-git).overrideAttrs (o: { patches = [ - "${emacs-plus}/patches/emacs-31/fix-window-role.patch" "${emacs-plus}/patches/emacs-31/round-undecorated-frame.patch" "${emacs-plus}/patches/emacs-31/system-appearance.patch" ];