remove osx stuff
This commit is contained in:
parent
d7d416a5bb
commit
d5d5c48f04
@ -1,5 +1,4 @@
|
||||
{
|
||||
stdenv,
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
protobuf,
|
||||
@ -12,9 +11,6 @@
|
||||
testers,
|
||||
turbo,
|
||||
nix-update-script,
|
||||
IOKit,
|
||||
CoreServices,
|
||||
CoreFoundation,
|
||||
capnproto,
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
@ -41,16 +37,10 @@ rustPlatform.buildRustPackage rec {
|
||||
protobuf
|
||||
capnproto
|
||||
];
|
||||
buildInputs =
|
||||
[
|
||||
buildInputs = [
|
||||
openssl
|
||||
fontconfig
|
||||
rust-jemalloc-sys
|
||||
]
|
||||
++ lib.optionals stdenv.isDarwin [
|
||||
IOKit
|
||||
CoreServices
|
||||
CoreFoundation
|
||||
];
|
||||
|
||||
# Browser tests time out with chromium and google-chrome
|
||||
|
Loading…
Reference in New Issue
Block a user