sgx/sdk/ipp-crypto: pin to openssl_1_1

This commit is contained in:
ajs124 2022-08-07 00:31:47 +02:00
parent cc375c4d89
commit d761390cd0

View file

@ -3,7 +3,7 @@
, fetchFromGitHub , fetchFromGitHub
, cmake , cmake
, nasm , nasm
, openssl , openssl_1_1
, python3 , python3
, extraCmakeFlags ? [ ] , extraCmakeFlags ? [ ]
}: }:
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake
nasm nasm
openssl openssl_1_1
python3 python3
]; ];
} }