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,8 +18,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
autoreconfHook autoreconfHook
openssl
]; ];
buildInputs = [
openssl
];
configureFlags = [ configureFlags = [
"--without-config" "--without-config"