vcpkg-tool: fix build on x86_64-darwin

This commit is contained in:
Weijia Wang 2024-03-23 22:50:56 +01:00
parent 85b8dc14ce
commit 253bb41585
1 changed files with 1 additions and 0 deletions

View File

@ -802,6 +802,7 @@ with pkgs;
sea-orm-cli = callPackage ../development/tools/sea-orm-cli { };
vcpkg-tool = callPackage ../by-name/vc/vcpkg-tool/package.nix {
stdenv = if stdenv.isDarwin then overrideSDK stdenv "11.0" else stdenv;
fmt = fmt_10;
};