From 5d10529e535825ab753c5521d25c25a36c6fb5bf Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Tue, 2 Apr 2019 17:05:27 -0400 Subject: [PATCH] gnomeExtensions.no-title-bar: mark as broken See: https://github.com/franglais125/no-title-bar/issues/114 --- pkgs/desktops/gnome-3/extensions/no-title-bar/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/desktops/gnome-3/extensions/no-title-bar/default.nix b/pkgs/desktops/gnome-3/extensions/no-title-bar/default.nix index e1dedd2a88be..8c075a11bdcd 100644 --- a/pkgs/desktops/gnome-3/extensions/no-title-bar/default.nix +++ b/pkgs/desktops/gnome-3/extensions/no-title-bar/default.nix @@ -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; };