Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32159180
amqp-cpp.nix
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
561 B
Referenced Files
None
Subscribers
None
amqp-cpp.nix
View Options
{
stdenv
,
lib
,
cmake
,
fetchFromGitHub
,
openssl
,
darwin
}:
stdenv
.
mkDerivation
rec
{
pname
=
"amqp-cpp"
;
version
=
"4.3.16"
;
src
=
fetchFromGitHub
{
owner
=
"CopernicaMarketingSoftware"
;
repo
=
"amqp-cpp"
;
rev
=
"v
${
version
}
"
;
sha256
=
"sha256-aBLNdw9LhHFwnIt70vIYlX1/j2IUTmpm5Ub+ZImF8FI="
;
};
nativeBuildInputs
=
[
cmake
];
buildInputs
=
[
openssl
];
cmakeFlags
=
[
"-DAMQP-CPP_BUILD_SHARED=ON"
# Darwin is untested, which is why upstream uses linux in flag name
"-DAMQP-CPP_LINUX_TCP=ON"
];
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 7, 4:27 PM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5691347
Default Alt Text
amqp-cpp.nix (561 B)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment