sgx/sdk/ipp-crypto: pin stdenv to gcc11
This commit is contained in:
parent
81bb2ba472
commit
a0691fc810
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user