Merge pull request #212355 from reckenrode/dxvk-fix

dxvk: fix Darwin build
This commit is contained in:
Nick Cao 2023-01-24 15:57:26 +08:00 committed by GitHub
commit 3e78ccbbfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,8 @@
stdenvNoCC.mkDerivation (finalAttrs:
let
inherit (stdenvNoCC.hostPlatform.uname) system;
system = lib.toLower stdenvNoCC.targetPlatform.uname.system;
# DXVK needs to be a separate derivation because its actually a set of DLLs for Windows that
# needs to be built with a cross-compiler.
dxvk32 = pkgsCross.mingw32.callPackage ./dxvk.nix {