remove osx stuff

This commit is contained in:
Motiejus Jakštys 2024-03-13 13:24:45 +02:00
parent d7d416a5bb
commit d5d5c48f04

View File

@ -1,5 +1,4 @@
{ {
stdenv,
lib, lib,
fetchFromGitHub, fetchFromGitHub,
protobuf, protobuf,
@ -12,9 +11,6 @@
testers, testers,
turbo, turbo,
nix-update-script, nix-update-script,
IOKit,
CoreServices,
CoreFoundation,
capnproto, capnproto,
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
@ -41,17 +37,11 @@ rustPlatform.buildRustPackage rec {
protobuf protobuf
capnproto capnproto
]; ];
buildInputs = buildInputs = [
[ openssl
openssl fontconfig
fontconfig rust-jemalloc-sys
rust-jemalloc-sys ];
]
++ lib.optionals stdenv.isDarwin [
IOKit
CoreServices
CoreFoundation
];
# Browser tests time out with chromium and google-chrome # Browser tests time out with chromium and google-chrome
doCheck = false; doCheck = false;