mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
azmq: pin to boost 1.83
This commit is contained in:
parent
4f7686acce
commit
f1734abc89
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
boost,
|
||||
boost183,
|
||||
cmake,
|
||||
ninja,
|
||||
zeromq,
|
||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
|||
];
|
||||
|
||||
buildInputs = [
|
||||
boost
|
||||
boost183
|
||||
catch2
|
||||
zeromq
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue