Loading pkgs/applications/networking/p2p/lokinet/default.nix +9 −2 Original line number Diff line number Diff line Loading @@ -8,13 +8,20 @@ , nlohmann_json , pkg-config , spdlog , fmt_9 , sqlite , systemd , unbound , zeromq }: let # Upstream has received reports of incompatibilities with fmt, and other # dependencies, see: https://github.com/oxen-io/lokinet/issues/2200. spdlog' = spdlog.override { fmt = fmt_9; }; stdenv.mkDerivation rec { in stdenv.mkDerivation rec { pname = "lokinet"; version = "0.9.11"; Loading @@ -36,7 +43,7 @@ stdenv.mkDerivation rec { libuv libsodium nlohmann_json spdlog spdlog' sqlite systemd unbound Loading Loading
pkgs/applications/networking/p2p/lokinet/default.nix +9 −2 Original line number Diff line number Diff line Loading @@ -8,13 +8,20 @@ , nlohmann_json , pkg-config , spdlog , fmt_9 , sqlite , systemd , unbound , zeromq }: let # Upstream has received reports of incompatibilities with fmt, and other # dependencies, see: https://github.com/oxen-io/lokinet/issues/2200. spdlog' = spdlog.override { fmt = fmt_9; }; stdenv.mkDerivation rec { in stdenv.mkDerivation rec { pname = "lokinet"; version = "0.9.11"; Loading @@ -36,7 +43,7 @@ stdenv.mkDerivation rec { libuv libsodium nlohmann_json spdlog spdlog' sqlite systemd unbound Loading