gnomeExtensions.icon-hider: mark as broken

This commit is contained in:
worldofpeace 2019-09-23 18:50:37 -04:00 committed by Jan Tojnar
parent 77f1d77a3b
commit 006330bce4
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ jonafato ];
platforms = gnome3.gnome-shell.meta.platforms;
homepage = https://github.com/ikalnytskyi/gnome-shell-extension-icon-hider;
broken = versionAtLeast gnome3.gnome-shell.version "3.32"; # Doesn't support 3.34
};
}