plausible: mark broken following node-16 deprecation

This commit is contained in:
happysalada 2023-05-08 16:03:10 -04:00 committed by Yt
parent d78cc414c4
commit 164edb8468
2 changed files with 3 additions and 1 deletions

View file

@ -70,6 +70,8 @@ beamPackages.mixRelease {
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; [ ];

View file

@ -3627,7 +3627,7 @@ with pkgs;
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 { };