Add emacs fix patch
Some checks failed
Cachix / build (elendel) (push) Failing after 10m13s
Cachix / build (kholinar) (push) Failing after 15m24s
Cachix / build (marabethia) (push) Failing after 10m19s

This commit is contained in:
Charlotte Van Petegem 2025-03-08 13:39:51 +01:00
parent 0be841e065
commit 56110d209d
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E

16
patches/387574.patch Normal file
View file

@ -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=";
+ })
];
});