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 let
in stdenv.mkDerivation { in stdenv.mkDerivation {
inherit pname version; inherit pname version patches;
src = fetchurl { src = fetchurl {
url = "mirror://gnu/emacs/${name}.tar.xz"; url = "mirror://gnu/emacs/${name}.tar.xz";