Commit c814a806 authored by Alfredo Di Napoli's avatar Alfredo Di Napoli Committed by Alfredo Di Napoli

breaking(deps): move from nanomsg to nng

We would like to use IPC communication during testing, so that we
can leverage indpendent test runs. However, the implementation turned
out to be buggy in the now-unmaintainted `nanomsg`.
parent 9058776b
...@@ -42,7 +42,7 @@ rec { ...@@ -42,7 +42,7 @@ rec {
libffi libffi
libpqxx libpqxx
libsodium libsodium
nanomsg nng
nil # nix language server nil # nix language server
pcre pcre
pkg-config pkg-config
...@@ -50,6 +50,8 @@ rec { ...@@ -50,6 +50,8 @@ rec {
stdenv.cc.cc stdenv.cc.cc
xz xz
zlib zlib
zeromq
curl
] ++ ( lib.optionals stdenv.isDarwin [ ] ++ ( lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Accelerate darwin.apple_sdk.frameworks.Accelerate
]); ]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment