gnomeExtensions.battery-status: mark as broken

This commit is contained in:
worldofpeace
2019-04-05 12:14:11 +02:00
committed by Jan Tojnar
parent b22b5a2874
commit 8f2e57d918
@@ -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;
};