about summary refs log tree commit diff
path: root/overlays/emacs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/emacs.nix')
-rw-r--r--overlays/emacs.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/overlays/emacs.nix b/overlays/emacs.nix
index 2339061411c3..16ea55dbd7d2 100644
--- a/overlays/emacs.nix
+++ b/overlays/emacs.nix
@@ -25,6 +25,8 @@ let
               inherit (repoMeta) version;
               src = fetcher (builtins.removeAttrs repoMeta [ "type" "version" ]);
 
+              patches = [ ];
+
               postPatch = old.postPatch + ''
                 substituteInPlace lisp/loadup.el \
                 --replace '(emacs-repository-get-version)' '"${repoMeta.rev}"' \