Skip to content

Commit

Permalink
wineWow64Packages.minimal: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
SFrijters committed Jan 19, 2024
1 parent f5d7121 commit 38f7be8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/emulators/wine/packages.nix
Expand Up @@ -44,7 +44,8 @@ in with src; {
};
wineWow64 = callPackage ./base.nix {
pname = "wine-wow64";
inherit src version supportFlags patches moltenvk;
inherit src version patches moltenvk;
supportFlags = supportFlags // { mingwSupport = true; }; # Required because we request "--enable-archs=x86_64"
pkgArches = [ pkgs ];
mingwGccs = with pkgsCross; [ mingw32.buildPackages.gcc mingwW64.buildPackages.gcc ];
geckos = [ gecko64 ];
Expand Down

0 comments on commit 38f7be8

Please sign in to comment.