mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
gnomeExtensions.no-title-bar: mark as broken
See: https://github.com/franglais125/no-title-bar/issues/114
This commit is contained in:
parent
98bf715f8a
commit
5d10529e53
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user