mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
mpv-unwrapped: fix build on x86_64-darwin
This commit is contained in:
parent
37c6554b22
commit
51d66a42c5
@ -129,9 +129,9 @@ let
|
||||
stdenv' =
|
||||
if swiftSupport && stdenv.isDarwin && stdenv.isx86_64 then
|
||||
stdenv.override (old: {
|
||||
buildPlatform = overrideSDK old.buildPlatform "10.15";
|
||||
hostPlatform = overrideSDK old.hostPlatform "10.15";
|
||||
targetPlatform = overrideSDK old.targetPlatform "10.15";
|
||||
buildPlatform = overrideSDK old.buildPlatform "11.0";
|
||||
hostPlatform = overrideSDK old.hostPlatform "11.0";
|
||||
targetPlatform = overrideSDK old.targetPlatform "11.0";
|
||||
})
|
||||
else
|
||||
stdenv;
|
||||
|
Loading…
Reference in New Issue
Block a user