about summary refs log tree commit diff
path: root/pkgs/servers/grocy/default.nix
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2023-05-16 19:13:00 +0200
committerThomas Gerbet <thomas@gerbet.me>2023-05-16 19:13:00 +0200
commit314c64c409455ee49665ab2c7262b28965d17390 (patch)
tree2b6c5f9648ccf99546763575f97bc67616f70673 /pkgs/servers/grocy/default.nix
parent027f36d89f6bdbb5cf930af650b7b456240e44e3 (diff)
grocy: mark as broken
grocy is not yet compatible with PHP 8.1
Diffstat (limited to 'pkgs/servers/grocy/default.nix')
-rw-r--r--pkgs/servers/grocy/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/grocy/default.nix b/pkgs/servers/grocy/default.nix
index 360f5202e28a2..bbae0f8f248fd 100644
--- a/pkgs/servers/grocy/default.nix
+++ b/pkgs/servers/grocy/default.nix
@@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ ma27 ];
     description = "ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home";
     homepage = "https://grocy.info/";
+    broken = true; # Not compatible with PHP 8.1
   };
 }