mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +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,
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user