about summary refs log tree commit diff
path: root/pkgs/profpatsch/execline
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/profpatsch/execline')
-rw-r--r--pkgs/profpatsch/execline/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/profpatsch/execline/default.nix b/pkgs/profpatsch/execline/default.nix
index 317ca97d..2d930af0 100644
--- a/pkgs/profpatsch/execline/default.nix
+++ b/pkgs/profpatsch/execline/default.nix
@@ -19,7 +19,7 @@ let
 
   el-substitute = writeRustSimpleLib "el_substitute" {
     dependencies = [ rust-deps.libc rust-deps.errno ];
-    buildInputs = [ pkgs.skalibs ];
+    buildInputs = [ pkgs.skalibs pkgs.execline ];
     release = false;
     verbose = true;
   } ./el_substitute.rs;