From 38ba806453f62e41f6163bb5bb8cd221478e4872 Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Fri, 31 May 2024 19:35:49 +0200 Subject: [PATCH] also changed buildInputs on my mac-telnet package --- mods/mac-telnet.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mods/mac-telnet.nix b/mods/mac-telnet.nix index 6cf88bc..3c37be6 100644 --- a/mods/mac-telnet.nix +++ b/mods/mac-telnet.nix @@ -18,8 +18,10 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ autoreconfHook - openssl ]; + buildInputs = [ + openssl + ]; configureFlags = [ "--without-config"