hyprlandPlugins.hycov: mark as broken

This commit is contained in:
Donovan Glover 2024-09-08 18:32:27 -04:00
parent a830b796d9
commit cd66a8cdd1
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -28,5 +28,6 @@ mkHyprlandPlugin hyprland rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ donovanglover ];
platforms = lib.platforms.linux;
broken = true; # Doesn't work after Hyprland v0.41.2 https://gitee.com/DreamMaoMao/hycov/issues/IANYC8#note_31512295_link
};
}