sgx/sdk/ipp-crypto: pin stdenv to gcc11

This commit is contained in:
be7a 2023-03-03 17:16:23 +01:00
parent 81bb2ba472
commit a0691fc810
No known key found for this signature in database
GPG key ID: 6510870A77F49A99

View file

@ -1,5 +1,5 @@
{ lib
, stdenv
, gcc11Stdenv
, fetchFromGitHub
, cmake
, nasm
@ -8,7 +8,7 @@
, extraCmakeFlags ? [ ]
}:
stdenv.mkDerivation rec {
gcc11Stdenv.mkDerivation rec {
pname = "ipp-crypto";
version = "2021.3";