gnomeExtensions.no-title-bar: mark as broken

See: https://github.com/franglais125/no-title-bar/issues/114
This commit is contained in:
worldofpeace 2019-04-02 17:05:27 -04:00 committed by Jan Tojnar
parent 98bf715f8a
commit 5d10529e53
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -29,6 +29,7 @@ stdenv.mkDerivation rec {
description = "Integrates maximized windows with the top panel";
homepage = https://github.com/franglais125/no-title-bar;
license = licenses.gpl2;
broken = true; # https://github.com/franglais125/no-title-bar/issues/114
maintainers = with maintainers; [ jonafato svsdep ];
platforms = platforms.linux;
};