Unverified Commit f65b98a8 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #323545 from Guanran928/wastebin

wastebin: fix build on darwin
parents b66a315a 233d98f3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@
, pkg-config
, sqlite
, zstd
, stdenv
, darwin
}:

rustPlatform.buildRustPackage rec {
@@ -26,6 +28,8 @@ rustPlatform.buildRustPackage rec {
  buildInputs = [
    sqlite
    zstd
  ] ++ lib.optionals stdenv.isDarwin [
    darwin.apple_sdk.frameworks.SystemConfiguration
  ];

  env = {