Commit 90abf686 authored by K900's avatar K900
Browse files

libphonenumber: pin boost188

Doesn't build on 1.89
parent 7d0c0f61
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -8,7 +8,8 @@
  gtest,
  jre,
  pkg-config,
  boost,
  # complains about missing boost.system on 1.89
  boost188,
  icu,
  protobuf,
}:
@@ -52,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  propagatedBuildInputs = lib.optionals enableTests [
    boost
    boost188
  ];

  cmakeDir = "../cpp";