summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/extensions
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-04-02 17:05:27 -0400
committerJan Tojnar <jtojnar@gmail.com>2019-04-05 12:14:12 +0200
commit5d10529e535825ab753c5521d25c25a36c6fb5bf (patch)
tree149390ade5c697ad17d8ca9c883b7701ea86d93c /pkgs/desktops/gnome-3/extensions
parent98bf715f8a885457622a5133888c51b3ba4a14af (diff)
downloadnixpkgs-5d10529e535825ab753c5521d25c25a36c6fb5bf.tar
nixpkgs-5d10529e535825ab753c5521d25c25a36c6fb5bf.tar.gz
nixpkgs-5d10529e535825ab753c5521d25c25a36c6fb5bf.tar.bz2
nixpkgs-5d10529e535825ab753c5521d25c25a36c6fb5bf.tar.lz
nixpkgs-5d10529e535825ab753c5521d25c25a36c6fb5bf.tar.xz
nixpkgs-5d10529e535825ab753c5521d25c25a36c6fb5bf.tar.zst
nixpkgs-5d10529e535825ab753c5521d25c25a36c6fb5bf.zip
gnomeExtensions.no-title-bar: mark as broken
See: https://github.com/franglais125/no-title-bar/issues/114
Diffstat (limited to 'pkgs/desktops/gnome-3/extensions')
-rw-r--r--pkgs/desktops/gnome-3/extensions/no-title-bar/default.nix1
1 files changed, 1 insertions, 0 deletions
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 e1dedd2a88b..8c075a11bdc 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;
   };