Loading pkgs/applications/emulators/wine/base.nix +5 −7 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ wineRelease, patches, moltenvk, buildScript ? null, configureFlags ? [], mainProgram ? "wine" buildScript ? null, configureFlags ? [], mainProgram ? "wine", }: with import ./util.nix { inherit lib; }; Loading @@ -23,12 +23,10 @@ let }; } ./setup-hook-darwin.sh; darwinFrameworks = lib.optionals stdenv.hostPlatform.isDarwin ( toBuildInputs pkgArches (pkgs: with pkgs.buildPackages.darwin.apple_sdk.frameworks; [ CoreServices Foundation ForceFeedback AppKit OpenGL IOKit DiskArbitration PCSC Security ApplicationServices AudioToolbox CoreAudio AudioUnit CoreMIDI OpenCL Cocoa Carbon ]) ); # Using the 14.4 SDK allows Wine to use `os_sync_wait_on_address` for its futex implementation on Darwin. # It does an availability check, so older systems will still work. darwinFrameworks = toBuildInputs pkgArches (pkgs: [ pkgs.apple-sdk_14 ]); # Building Wine with these flags isn’t supported on Darwin. Using any of them will result in an evaluation failures # because they will put Darwin in `meta.badPlatforms`. darwinUnsupportedFlags = [ Loading pkgs/top-level/all-packages.nix +0 −9 Original line number Diff line number Diff line Loading @@ -38252,15 +38252,6 @@ with pkgs; winePackagesFor = wineBuild: lib.makeExtensible (self: with self; { callPackage = newScope self; stdenv = if pkgs.stdenv.hostPlatform.isDarwin then # Match upstream, which builds with the latest SDK and a 10.7 deployment target. overrideSDK pkgs.stdenv { darwinMinVersion = "10.7"; darwinSdkVersion = "11.0"; } else pkgs.stdenv; inherit wineBuild; Loading
pkgs/applications/emulators/wine/base.nix +5 −7 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ wineRelease, patches, moltenvk, buildScript ? null, configureFlags ? [], mainProgram ? "wine" buildScript ? null, configureFlags ? [], mainProgram ? "wine", }: with import ./util.nix { inherit lib; }; Loading @@ -23,12 +23,10 @@ let }; } ./setup-hook-darwin.sh; darwinFrameworks = lib.optionals stdenv.hostPlatform.isDarwin ( toBuildInputs pkgArches (pkgs: with pkgs.buildPackages.darwin.apple_sdk.frameworks; [ CoreServices Foundation ForceFeedback AppKit OpenGL IOKit DiskArbitration PCSC Security ApplicationServices AudioToolbox CoreAudio AudioUnit CoreMIDI OpenCL Cocoa Carbon ]) ); # Using the 14.4 SDK allows Wine to use `os_sync_wait_on_address` for its futex implementation on Darwin. # It does an availability check, so older systems will still work. darwinFrameworks = toBuildInputs pkgArches (pkgs: [ pkgs.apple-sdk_14 ]); # Building Wine with these flags isn’t supported on Darwin. Using any of them will result in an evaluation failures # because they will put Darwin in `meta.badPlatforms`. darwinUnsupportedFlags = [ Loading
pkgs/top-level/all-packages.nix +0 −9 Original line number Diff line number Diff line Loading @@ -38252,15 +38252,6 @@ with pkgs; winePackagesFor = wineBuild: lib.makeExtensible (self: with self; { callPackage = newScope self; stdenv = if pkgs.stdenv.hostPlatform.isDarwin then # Match upstream, which builds with the latest SDK and a 10.7 deployment target. overrideSDK pkgs.stdenv { darwinMinVersion = "10.7"; darwinSdkVersion = "11.0"; } else pkgs.stdenv; inherit wineBuild;