mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
qpid-cpp: unbreak by pinning boost
fixes https://hydra.nixos.org/build/295069264
This commit is contained in:
parent
cb9d72cd42
commit
d432c233d2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue