also changed buildInputs on my mac-telnet package
This commit is contained in:
@@ -18,8 +18,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
autoreconfHook
|
autoreconfHook
|
||||||
openssl
|
|
||||||
];
|
];
|
||||||
|
buildInputs = [
|
||||||
|
openssl
|
||||||
|
];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--without-config"
|
"--without-config"
|
||||||
|
|||||||
Reference in New Issue
Block a user