···10302 inherit (darwin.apple_sdk.frameworks) IOKit Security;
10303 };
1030410305- libunicode = callPackage ../development/libraries/libunicode {
10306- catch2 = catch2_3;
10307- fmt = fmt_9;
10308 };
00000000001030910310 libunwind =
10311 # Use the system unwinder in the SDK but provide a compatibility package to:
···10302 inherit (darwin.apple_sdk.frameworks) IOKit Security;
10303 };
1030410305+ libunicode = callPackage ../by-name/li/libunicode/package.nix {
10306+ stdenv = if stdenv.hostPlatform.isDarwin then llvmPackages_17.stdenv else stdenv;
010307 };
10308+10309+ libusbgx = callPackage ../development/libraries/libusbgx { };
10310+10311+ libusbsio = callPackage ../development/libraries/libusbsio { };
10312+10313+ libucontext = callPackage ../development/libraries/libucontext { };
10314+10315+ libutempter = callPackage ../development/libraries/libutempter { };
10316+10317+ libuldaq = callPackage ../development/libraries/libuldaq { };
1031810319 libunwind =
10320 # Use the system unwinder in the SDK but provide a compatibility package to: