aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 9c4336c..195a47e 100644
--- a/default.nix
+++ b/default.nix
@@ -137,7 +137,7 @@ if pkgs.lib.trivial.inNixShell then pkg.overrideAttrs (old: {
buildInputs = if do-nothing then []
else (old.buildInputs ++
(if pkgs.lib.trivial.inNixShell then pkgs.lib.optional withEmacs pkgs.emacs
- else []));
+ else [])) ++ [ pkgs.lua pkgs.sedutil ];
propagatedBuildInputs = if do-nothing then [] else old.propagatedBuildInputs;