drill: fix aarch64 darwin build

This commit is contained in:
happysalada 2022-03-23 20:59:21 -04:00 committed by Yt
parent 9fb449b2d9
commit 6b1b445634

View File

@ -24,6 +24,9 @@ rustPlatform.buildRustPackage rec {
pkg-config
];
OPENSSL_LIB_DIR = "${openssl.out}/lib";
OPENSSL_DIR="${lib.getDev openssl}";
buildInputs = lib.optionals stdenv.isLinux [
openssl
] ++ lib.optionals stdenv.isDarwin [