gnomeExtensions.clipboard-indicator: mark as broken

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

View file

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub }:
{ stdenv, fetchFromGitHub, gnome3 }:
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-clipboard-indicator";
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ jonafato ];
platforms = platforms.linux;
homepage = https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator;
broken = versionAtLeast gnome3.gnome-shell.version "3.26";
};
}