summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-23 18:53:45 -0400
committerJan Tojnar <jtojnar@gmail.com>2019-10-03 00:09:16 +0200
commit3e0539af09ab1dfcaa1d1b31a4d0c2ca09f29632 (patch)
treed46b56b59b546bb7c606509f211f268f3f8ab352 /pkgs
parentb9f3160c2aa55f75506385683047365a457e32ba (diff)
downloadnixpkgs-3e0539af09ab1dfcaa1d1b31a4d0c2ca09f29632.tar
nixpkgs-3e0539af09ab1dfcaa1d1b31a4d0c2ca09f29632.tar.gz
nixpkgs-3e0539af09ab1dfcaa1d1b31a4d0c2ca09f29632.tar.bz2
nixpkgs-3e0539af09ab1dfcaa1d1b31a4d0c2ca09f29632.tar.lz
nixpkgs-3e0539af09ab1dfcaa1d1b31a4d0c2ca09f29632.tar.xz
nixpkgs-3e0539af09ab1dfcaa1d1b31a4d0c2ca09f29632.tar.zst
nixpkgs-3e0539af09ab1dfcaa1d1b31a4d0c2ca09f29632.zip
gnomeExtension.taskwhisperer: mark as broken
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/gnome-3/extensions/taskwhisperer/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome-3/extensions/taskwhisperer/default.nix b/pkgs/desktops/gnome-3/extensions/taskwhisperer/default.nix
index 90be6aed1d7..1e44cd4de5c 100644
--- a/pkgs/desktops/gnome-3/extensions/taskwhisperer/default.nix
+++ b/pkgs/desktops/gnome-3/extensions/taskwhisperer/default.nix
@@ -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
   };
 }