Loading pkgs/servers/mqtt/mosquitto/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ , withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd , systemd , fetchpatch , nixosTests }: let Loading Loading @@ -76,6 +77,10 @@ stdenv.mkDerivation rec { "-DWITH_WEBSOCKETS=ON" ] ++ lib.optional withSystemd "-DWITH_SYSTEMD=ON"; passthru.tests = { inherit (nixosTests) mosquitto; }; meta = with lib; { description = "An open source MQTT v3.1/3.1.1/5.0 broker"; homepage = "https://mosquitto.org/"; Loading Loading
pkgs/servers/mqtt/mosquitto/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ , withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd , systemd , fetchpatch , nixosTests }: let Loading Loading @@ -76,6 +77,10 @@ stdenv.mkDerivation rec { "-DWITH_WEBSOCKETS=ON" ] ++ lib.optional withSystemd "-DWITH_SYSTEMD=ON"; passthru.tests = { inherit (nixosTests) mosquitto; }; meta = with lib; { description = "An open source MQTT v3.1/3.1.1/5.0 broker"; homepage = "https://mosquitto.org/"; Loading