Unverified Commit e7a0b152 authored by Nick Cao's avatar Nick Cao
Browse files

sv-lang: fix cross compilation

parent 18641187
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -49,15 +49,14 @@ stdenv.mkDerivation rec {
    cmake
    python3
    ninja

    # though only used in tests, cmake will complain its absence when configuring
    catch2_3
  ];

  buildInputs = [
    unordered_dense
    boost182
    fmt_9
    # though only used in tests, cmake will complain its absence when configuring
    catch2_3
  ];

  # TODO: a mysterious linker error occurs when building the unittests on darwin.