From 56110d209d1dc88b8f2dab68adbf539172dee8d8 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Sat, 8 Mar 2025 13:39:51 +0100 Subject: [PATCH] Add emacs fix patch --- patches/387574.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 patches/387574.patch diff --git a/patches/387574.patch b/patches/387574.patch new file mode 100644 index 00000000..b80e86c6 --- /dev/null +++ b/patches/387574.patch @@ -0,0 +1,16 @@ +diff --git a/pkgs/applications/editors/emacs/sources.nix b/pkgs/applications/editors/emacs/sources.nix +index 8d682c2ef7f4b7..0f2ba74babd9c1 100644 +--- a/pkgs/applications/editors/emacs/sources.nix ++++ b/pkgs/applications/editors/emacs/sources.nix +@@ -155,6 +155,11 @@ in + name = "inhibit-lexical-cookie-warning-67916.patch"; + path = ./inhibit-lexical-cookie-warning-67916-30.patch; + }) ++ (fetchpatch { ++ # bug#63288 and bug#76523 ++ url = "https://git.savannah.gnu.org/cgit/emacs.git/patch/?id=53a5dada413662389a17c551a00d215e51f5049f"; ++ hash = "sha256-AEvsQfpdR18z6VroJkWoC3sBoApIYQQgeF/P2DprPQ8="; ++ }) + ]; + }); +