emacs: fix build w/glibc-2.34

Failing Hydra build: https://hydra.nixos.org/build/153252802
This commit is contained in:
Maximilian Bosch 2021-09-21 11:38:58 +02:00
parent 96418eb0e7
commit 48d7135742
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -7,5 +7,10 @@ import ./generic.nix (rec {
url = "https://git.savannah.gnu.org/cgit/emacs.git/patch/?id=a88f63500e475f842e5fbdd9abba4ce122cdb082";
sha256 = "sha256-RF9b5PojFUAjh2TDUW4+HaWveV30Spy1iAXhaWf1ZVg=";
})
# glibc 2.34 compat
(fetchpatch {
url = "https://src.fedoraproject.org/rpms/emacs/raw/181aafcdb7ee2fded9fce4cfc448f27edccc927f/f/emacs-glibc-2.34.patch";
sha256 = "sha256-2o3C/jhZPl2OW/LmVPt/fhdwbS9NOdF9lVEF1Kn9aEk=";
})
];
})