modrinth-app: pin to apple-sdk_11

Fixes a build failure on x86_64-darwin

(cherry picked from commit fdf1f88ac0)
This commit is contained in:
seth 2024-11-14 18:41:19 -05:00 committed by github-actions[bot]
parent 50226589de
commit b0e50de02e

View File

@ -1,16 +1,17 @@
{
lib,
stdenv,
fetchFromGitHub,
rustPlatform,
apple-sdk_11,
cacert,
cargo-tauri_1,
desktop-file-utils,
fetchFromGitHub,
libsoup,
nodejs,
openssl,
pkg-config,
pnpm_9,
rustPlatform,
turbo,
webkitgtk_4_0,
}:
@ -53,6 +54,7 @@ rustPlatform.buildRustPackage rec {
buildInputs =
[ openssl ]
++ lib.optional stdenv.hostPlatform.isDarwin apple-sdk_11
++ lib.optionals stdenv.hostPlatform.isLinux [
libsoup
webkitgtk_4_0