opendbx: stdenv -> gcc10Stdenv
This commit is contained in:
parent
e86878e1b1
commit
28bcbe1ac8
1 changed files with 1 additions and 1 deletions
|
@ -8952,7 +8952,7 @@ with pkgs;
|
|||
|
||||
opencryptoki = callPackage ../tools/security/opencryptoki { };
|
||||
|
||||
opendbx = callPackage ../development/libraries/opendbx { };
|
||||
opendbx = callPackage ../development/libraries/opendbx { stdenv = gcc10StdenvCompat; };
|
||||
|
||||
opendht = callPackage ../development/libraries/opendht {
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
|
|
Loading…
Reference in a new issue