cloud-hypervisor: move openssl to checkInputs
This is only used by the test_infra crate.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user