Unverified Commit b4d7f431 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

cabinpkg: fix build with fmt_11 pin (#461689)

parents 6dff4356 12996966
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  onetbb,
  libgit2,
  curl,
  fmt,
  fmt_11,
  nlohmann_json,
  pkg-config,
}:
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {

  buildInputs = [
    libgit2
    fmt
    fmt_11
    onetbb
    nlohmann_json
    curl