lightdm-enso-os-greeter: mark as broken

This commit is contained in:
夜坂雅
2026-07-20 08:23:18 +08:00
parent 6e04c0d536
commit 4a2d4ebe62

View File

@@ -90,6 +90,7 @@ stdenv.mkDerivation {
homepage = "https://github.com/nick92/Enso-OS";
platforms = lib.platforms.linux;
license = lib.licenses.gpl3;
broken = true; # Segfaults when typing any input into the password box
maintainers = with lib.maintainers; [
eadwu
];