Commit 164edb84 authored by happysalada's avatar happysalada Committed by Yt
Browse files

plausible: mark broken following node-16 deprecation

parent d78cc414
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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; [ ];
+1 −1
Original line number Diff line number Diff line
@@ -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 { };