gnomeExtension.taskwhisperer: mark as broken

This commit is contained in:
worldofpeace
2019-09-23 18:53:45 -04:00
committed by Jan Tojnar
parent b9f3160c2a
commit 3e0539af09

View File

@@ -1,4 +1,4 @@
{ stdenv, substituteAll, fetchFromGitHub, taskwarrior, gettext, runtimeShell }:
{ stdenv, substituteAll, fetchFromGitHub, taskwarrior, gettext, runtimeShell, gnome3 }:
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-taskwhisperer";
@@ -38,5 +38,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ jonafato ];
homepage = https://github.com/cinatic/taskwhisperer;
broken = versionAtLeast gnome3.gnome-shell.version "3.32"; # Doesnt't support 3.34
};
}