mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
moonlight-qt: fix build on x86_64-darwin
error: no member named 'aligned_alloc' in the global namespace
(cherry picked from commit e4c8127a4f
)
This commit is contained in:
parent
38f6e197be
commit
06c549c361
@ -19,6 +19,7 @@
|
||||
libxkbcommon,
|
||||
wayland,
|
||||
libdrm,
|
||||
apple-sdk_11,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
@ -69,6 +70,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
qt6.qtwayland
|
||||
wayland
|
||||
libdrm
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
apple-sdk_11
|
||||
];
|
||||
|
||||
qmakeFlags = [ "CONFIG+=disable-prebuilts" ];
|
||||
|
Loading…
Reference in New Issue
Block a user