Merge pull request #97026 from DamienCassou/add-patches-back-to-emacs

emacs: Add missing patches to the Emacs derivations
This commit is contained in:
adisbladis 2020-09-03 21:23:30 +02:00 committed by GitHub
commit e80744728f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ assert withXwidgets -> withGTK3 && webkitgtk != null;
let
in stdenv.mkDerivation {
inherit pname version;
inherit pname version patches;
src = fetchurl {
url = "mirror://gnu/emacs/${name}.tar.xz";