gnomeExtension.taskwhisperer: mark as broken
This commit is contained in:
parent
b9f3160c2a
commit
3e0539af09
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue