Update dependencies
All checks were successful
Cachix / build (elendel) (push) Successful in 3m58s
Cachix / build (kholinar) (push) Successful in 2m41s
Cachix / build (marabethia) (push) Successful in 1m57s

This commit is contained in:
Charlotte Van Petegem 2025-03-10 09:07:28 +01:00
parent 07540e16dd
commit e786b832cc
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM
2 changed files with 31 additions and 47 deletions

View file

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