Unverified Commit d82aa56c authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

dbus-cpp: pin Boost 1.86 (#372767)

parents f143c160 4d419c4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  fetchpatch,
  gitUpdater,
  testers,
  boost,
  boost186,
  cmake,
  dbus,
  doxygen,
@@ -81,7 +81,7 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  buildInputs = [
    boost
    boost186 # uses boost/asio/io_service.hpp
    lomiri.cmake-extras
    dbus
    libxml2