qpid-cpp: unbreak by pinning boost

fixes https://hydra.nixos.org/build/295069264
This commit is contained in:
Peder Bergebakken Sundt 2025-05-03 01:05:38 +02:00
parent cb9d72cd42
commit d432c233d2

View file

@ -3,7 +3,7 @@
stdenv,
fetchpatch,
fetchurl,
boost,
boost183,
cmake,
libuuid,
python3,
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
python3
];
buildInputs = [
boost
boost183
libuuid
ruby
];