Skip to content

Commit

Permalink
ffxiv: use pre-GCC 13 mcfgthreads
Browse files Browse the repository at this point in the history
Required per NixOS/nixpkgs#236598.
  • Loading branch information
reckenrode committed Jul 7, 2023
1 parent 568628f commit cfbf067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/unit/ff/ffxiv/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ let
wine = wine64'';
extras.files."windows/system32" = [
"${lib.getBin dxvk}/x64"
"${lib.getBin pkgsCross.mingwW64.windows.mcfgthreads}/bin"
"${lib.getBin pkgsCross.mingwW64.windows.mcfgthreads_pre_gcc_13}/bin"
];
extras.buildPhase = lib.optionalString stdenvNoCC.isDarwin ''
echo "Setting up macOS keyboard mappings"
Expand Down

0 comments on commit cfbf067

Please sign in to comment.