Add tunnelbroker's amqp-cpp dependency.
This isn't currently available in nixpkgs, so we need to package it locally.
Depends on D3784
Differential D3793
Add amqp-cpp • jon on Apr 20 2022, 2:12 PM. Authored by Tags None Referenced Files
Details
Add tunnelbroker's amqp-cpp dependency. This isn't currently available in nixpkgs, so we need to package it locally. Depends on D3784 nix build .#amqp-cpp
Diff Detail
Event TimelineComment Actions Adding @geekbrother because AMQP pertains to Tunnelbroker, and adding @jimpo because there's some CMake stuff here Comment Actions I think the package is available as libamqpcpp in nix packages. I'm not sure it's built with the -DAMQP-CPP_LINUX_TCP=ON. Comment Actions @geekbrother you're right, but it looks like it just uses the exported makeFile to build the project https://github.com/NixOS/nixpkgs/blob/634141959076a8ab69ca2cca0f266852256d79ee/pkgs/development/libraries/libamqpcpp/default.nix The implications is that it doesn't export a cmake/amqpcppConfig.cmake Comment Actions @jonringer-comm make sure to hit "Re-request review" in the dropdown at the bottom of the page, to make sure this diff goes back to @geekbrother's queue and he sees your response! |