Remove fix-window-role
Some checks failed
Build and Cache with Cachix / build (push) Has been cancelled
Update Flake / update-flake (push) Has been cancelled

See cd8d57de9a
This commit is contained in:
larstvei 2025-08-11 17:14:04 +02:00
parent b132266c3d
commit 89b8619b12

View File

@ -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"
];