emacs: patch upstream bug#765743
This commit is contained in:
@@ -21,9 +21,6 @@ melpaBuild {
|
||||
|
||||
files = ''(:defaults "msg")'';
|
||||
|
||||
# https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76573
|
||||
ignoreCompilationError = true;
|
||||
|
||||
passthru.updateScript = unstableGitUpdater { tagPrefix = "v"; };
|
||||
|
||||
meta = {
|
||||
|
||||
@@ -851,9 +851,6 @@ let
|
||||
# Optimizer error: too much on the stack
|
||||
ack-menu = ignoreCompilationError super.ack-menu;
|
||||
|
||||
# https://github.com/skeeto/emacs-aio/issues/31
|
||||
aio = ignoreCompilationError super.aio;
|
||||
|
||||
# https://github.com/gongo/airplay-el/issues/2
|
||||
airplay = addPackageRequires super.airplay [ self.request-deferred ];
|
||||
|
||||
|
||||
@@ -119,6 +119,11 @@ in
|
||||
url = "https://git.savannah.gnu.org/cgit/emacs.git/patch/?id=53a5dada413662389a17c551a00d215e51f5049f";
|
||||
hash = "sha256-AEvsQfpdR18z6VroJkWoC3sBoApIYQQgeF/P2DprPQ8=";
|
||||
})
|
||||
(fetchpatch {
|
||||
# bug#76573
|
||||
url = "https://git.savannah.gnu.org/cgit/emacs.git/patch/?id=05ecb2b8f0216aa3f391ee661aad4d61fd6aed0e";
|
||||
hash = "sha256-fvnHMvuqwQseVrDpVpnzSaoWfXrR5tsjIib7+lhRGII=";
|
||||
})
|
||||
];
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user