plausible: mark broken following node-16 deprecation
This commit is contained in:
parent
d78cc414c4
commit
164edb8468
@ -70,6 +70,8 @@ beamPackages.mixRelease {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
license = licenses.agpl3Plus;
|
license = licenses.agpl3Plus;
|
||||||
|
# broken since the deprecation of nodejs_16
|
||||||
|
broken = true;
|
||||||
homepage = "https://plausible.io/";
|
homepage = "https://plausible.io/";
|
||||||
description = " Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.";
|
description = " Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.";
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
|
@ -3627,7 +3627,7 @@ with pkgs;
|
|||||||
|
|
||||||
play-with-mpv = callPackage ../tools/video/play-with-mpv { };
|
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 { };
|
pam-reattach = callPackage ../os-specific/darwin/pam-reattach { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user