qpid-cpp: unbreak by pinning boost (#403776)
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user