mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
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:
parent
50226589de
commit
b0e50de02e
@ -1,16 +1,17 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
apple-sdk_11,
|
||||||
rustPlatform,
|
|
||||||
cacert,
|
cacert,
|
||||||
cargo-tauri_1,
|
cargo-tauri_1,
|
||||||
desktop-file-utils,
|
desktop-file-utils,
|
||||||
|
fetchFromGitHub,
|
||||||
libsoup,
|
libsoup,
|
||||||
nodejs,
|
nodejs,
|
||||||
openssl,
|
openssl,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
pnpm_9,
|
pnpm_9,
|
||||||
|
rustPlatform,
|
||||||
turbo,
|
turbo,
|
||||||
webkitgtk_4_0,
|
webkitgtk_4_0,
|
||||||
}:
|
}:
|
||||||
@ -53,6 +54,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ openssl ]
|
[ openssl ]
|
||||||
|
++ lib.optional stdenv.hostPlatform.isDarwin apple-sdk_11
|
||||||
++ lib.optionals stdenv.hostPlatform.isLinux [
|
++ lib.optionals stdenv.hostPlatform.isLinux [
|
||||||
libsoup
|
libsoup
|
||||||
webkitgtk_4_0
|
webkitgtk_4_0
|
||||||
|
Loading…
Reference in New Issue
Block a user