cloud-hypervisor: move openssl to checkInputs

This is only used by the test_infra crate.
This commit is contained in:
Alyssa Ross
2024-07-15 15:01:49 +02:00
parent 7ceac6e6eb
commit 526d5e59e0
@@ -26,7 +26,8 @@ rustPlatform.buildRustPackage rec {
separateDebugInfo = true;
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ] ++ lib.optional stdenv.isAarch64 dtc;
buildInputs = lib.optional stdenv.isAarch64 dtc;
checkInputs = [ openssl ];
OPENSSL_NO_VENDOR = true;