Commit 12996966 authored by aware70's avatar aware70
Browse files

cabinpkg: fix build with fmt_11 pin

parent bbf7bc58
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