plausible: mark broken following node-16 deprecation

Changed files
+3 -1
pkgs
servers
web-apps
plausible
top-level
+2
pkgs/servers/web-apps/plausible/default.nix
···
meta = with lib; {
license = licenses.agpl3Plus;
+
# broken since the deprecation of nodejs_16
+
broken = true;
homepage = "https://plausible.io/";
description = " Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.";
maintainers = with maintainers; [ ];
+1 -1
pkgs/top-level/all-packages.nix
···
play-with-mpv = callPackage ../tools/video/play-with-mpv { };
-
plausible = callPackage ../servers/web-apps/plausible { nodejs = nodejs_16; };
+
plausible = callPackage ../servers/web-apps/plausible { };
pam-reattach = callPackage ../os-specific/darwin/pam-reattach { };