plausible: mark broken following node-16 deprecation
This commit is contained in:
parent
d78cc414c4
commit
164edb8468
2 changed files with 3 additions and 1 deletions
|
@ -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; [ ];
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue