czmqpp: enable on darwin
This commit is contained in:
parent
93cabca3bd
commit
ade7cc16eb
@ -11,18 +11,18 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0z8lwq53yk4h7pgibicx3q9idz15qb95r0pjpz0j5vql6qh46rja";
|
sha256 = "0z8lwq53yk4h7pgibicx3q9idz15qb95r0pjpz0j5vql6qh46rja";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
|
||||||
inherit (src.meta) homepage;
|
|
||||||
description = "C++ wrapper for czmq. Aims to be minimal, simple and consistent";
|
|
||||||
license = licenses.lgpl3;
|
|
||||||
platforms = platforms.linux;
|
|
||||||
maintainers = with maintainers; [ chris-martin ];
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ czmq ];
|
propagatedBuildInputs = [ czmq ];
|
||||||
|
|
||||||
# https://github.com/zeromq/czmqpp/issues/42
|
# https://github.com/zeromq/czmqpp/issues/42
|
||||||
patches = [ ./socket.patch ];
|
patches = [ ./socket.patch ];
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
inherit (src.meta) homepage;
|
||||||
|
description = "C++ wrapper for czmq. Aims to be minimal, simple and consistent";
|
||||||
|
license = licenses.lgpl3;
|
||||||
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
|
maintainers = with maintainers; [ chris-martin ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user