summary refs log tree commit diff
path: root/pkgs/build-support/emacs/generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/emacs/generic.nix')
-rw-r--r--pkgs/build-support/emacs/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/emacs/generic.nix b/pkgs/build-support/emacs/generic.nix
index 588699517ba..d84fa24923d 100644
--- a/pkgs/build-support/emacs/generic.nix
+++ b/pkgs/build-support/emacs/generic.nix
@@ -1,6 +1,6 @@
 # generic builder for Emacs packages
 
-{ lib, stdenv, emacs, texinfo }:
+{ lib, stdenv, emacs, texinfo, ... }:
 
 with lib;