gnomeExtensions.battery-status: mark as broken

This commit is contained in:
worldofpeace 2019-04-02 16:49:03 -04:00 committed by Jan Tojnar
parent b22b5a2874
commit 8f2e57d918
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Configurable lightweight battery charge indicator and autohider";
license = licenses.gpl2;
broken = true; # not compatable with latest GNOME
maintainers = with maintainers; [ jonafato ];
homepage = https://github.com/milliburn/gnome-shell-extension-battery_status;
};