emacs: Add missing patches to the Emacs derivations

patches were removed by a recent refactoring of Emacs packages:

  967259e6b4 * emacs: Factor out expression to a generic build
This commit is contained in:
Damien Cassou 2020-09-03 17:10:32 +02:00
parent 9fd106a33c
commit 556b29dd3e
No known key found for this signature in database
GPG Key ID: B68746238E59B548

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";