summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2020-09-03 17:10:32 +0200
committerDamien Cassou <damien@cassou.me>2020-09-03 17:10:32 +0200
commit556b29dd3efe7a064d2eee8af635bcb23d21bda5 (patch)
tree37c5c6c52d7ca626f072450abf6e807bd3bd73a7
parent9fd106a33cb26bc9d6c4fcd329dd3cba5b63e914 (diff)
emacs: Add missing patches to the Emacs derivations
patches were removed by a recent refactoring of Emacs packages: 967259e6b49 * emacs: Factor out expression to a generic build
-rw-r--r--pkgs/applications/editors/emacs/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/emacs/generic.nix b/pkgs/applications/editors/emacs/generic.nix
index 69bb51e10f20..2067d6c77789 100644
--- a/pkgs/applications/editors/emacs/generic.nix
+++ b/pkgs/applications/editors/emacs/generic.nix
@@ -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";