qpid-cpp: unbreak by pinning boost (#403776)

This commit is contained in:
Leona Maroni
2025-05-03 10:41:27 +02:00
committed by GitHub
+2 -2
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
];