gnomeExtensions.icon-hider: mark as broken

This commit is contained in:
worldofpeace 2019-04-02 17:39:30 -04:00 committed by Jan Tojnar
parent 76ccc74076
commit 294c1a65a7
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 = "Icon Hider is a GNOME Shell extension for managing status area items";
license = licenses.bsd3;
broken = true; # not compatable with latest GNOME
maintainers = with maintainers; [ jonafato ];
platforms = platforms.linux;
homepage = https://github.com/ikalnytskyi/gnome-shell-extension-icon-hider;