Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32159153
amqp-cpp.nix
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
645 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
=
lib
.
optionals stdenv
.
isLinux
[
# needed for linux's tcp extension
openssl
];
cmakeFlags
=
lib
.
optionals
(
stdenv
.
isLinux
||
stdenv
.
isDarwin
)
[
"-DAMQP-CPP_BUILD_SHARED=ON"
]
++
lib
.
optionals stdenv
.
isLinux
[
"-DAMQP-CPP_LINUX_TCP=ON"
];
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 7, 4:27 PM (19 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5693388
Default Alt Text
amqp-cpp.nix (645 B)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment