mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +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,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
boost,
|
boost183,
|
||||||
cmake,
|
cmake,
|
||||||
ninja,
|
ninja,
|
||||||
zeromq,
|
zeromq,
|
||||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
boost
|
boost183
|
||||||
catch2
|
catch2
|
||||||
zeromq
|
zeromq
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue