Commit c0a1b9c4 authored by Eric Rodrigues Pires's avatar Eric Rodrigues Pires
Browse files

sandhole: fix Darwin builds

parent baf79383
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2,8 +2,10 @@
  cmake,
  fetchFromGitHub,
  lib,
  lld,
  perl,
  rustPlatform,
  stdenv,
  versionCheckHook,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -27,7 +29,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
  nativeBuildInputs = [
    cmake
    perl
  ];
  ]
  ++ lib.optionals stdenv.hostPlatform.isDarwin [ lld ];
  strictDeps = true;

  useNextest = true;