Commit 8deb3168 authored by Edgar Pireyn's avatar Edgar Pireyn
Browse files

plant-it-frontend: remove package

Plant-it has undergone a breaking change deleting the server-side, only
keeping the Android app. It therefore is useless in nixpkgs as it is
unmaintained upstream.

See commit: https://github.com/MDeLuise/plant-it/commit/3a2ac6f1035e7276fce245668a3523c54281e74b

This reverts commit 2aa307ab.
parent 39306371
Loading
Loading
Loading
Loading
+0 −21
Original line number Diff line number Diff line
{
  lib,
  flutter329,
  plant-it,
}:

flutter329.buildFlutterApplication {
  pname = "plant-it-frontend";
  inherit (plant-it) version src;

  sourceRoot = "${plant-it.src.name}/frontend";

  targetFlutterPlatform = "web";

  pubspecLock = lib.importJSON ./pubspec.lock.json;

  meta = plant-it.meta // {
    description = "Frontend for Plant It";
    platforms = lib.platforms.linux;
  };
}
+0 −1758

File deleted.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -1427,6 +1427,7 @@ mapAliases {
  pinentry = throw "'pinentry' has been removed. Pick an appropriate variant like 'pinentry-curses' or 'pinentry-gnome3'"; # Converted to throw 2025-10-26
  pingvin-share = throw "'pingvin-share' has been removed as it was broken and archived upstream"; # Added 2025-11-08
  piper-train = throw "piper-train is now part of the piper package using the `withTrain` override"; # Added 2025-09-03
  plant-it-frontend = throw "plant-it-frontend has been presented as being Android-only since the server-side was discontinued in september 2025"; # Added 2026-01-30
  plasma-applet-volumewin7mixer = throw "'plasma-applet-volumewin7mixer' has been removed, as it is only compatible with Plasma 5, which is EOL"; # Added 2025-08-20
  plasma-pass = throw "'plasma-pass' has been removed, as it is only compatible with Plasma 5, which is EOL"; # Added 2025-08-20
  plasma-theme-switcher = throw "'plasma-theme-switcher' has been removed, as it is only compatible with Plasma 5, which is EOL"; # Added 2025-08-20