dxvk: fix Darwin build

This commit is contained in:
Randy Eckenrode 2023-01-23 19:29:34 -05:00
parent 287b071e9a
commit 56c2631e5b
No known key found for this signature in database
GPG key ID: 64C1CD4EC2A600D9

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 {