also changed buildInputs on my mac-telnet package

This commit is contained in:
Sebastian Moser
2024-05-31 19:35:49 +02:00
parent 36fcf7982e
commit 38ba806453

View File

@@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
autoreconfHook
];
buildInputs = [
openssl
];