Merge pull request #273447 from wegank/opendbx-stdenv

opendbx: remove stdenv override
This commit is contained in:
Weijia Wang 2023-12-11 16:39:27 +01:00 committed by GitHub
commit 1cb5fc7367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11583,7 +11583,7 @@ with pkgs;
opencryptoki = callPackage ../tools/security/opencryptoki { };
opendbx = callPackage ../development/libraries/opendbx { stdenv = gcc10StdenvCompat; };
opendbx = callPackage ../development/libraries/opendbx { };
opendht = callPackage ../development/libraries/opendht {
inherit (darwin.apple_sdk.frameworks) Security;