gnomeExtensions.caffeine: make as broken

This commit is contained in:
worldofpeace
2019-09-23 18:50:03 -04:00
committed by Jan Tojnar
parent 3b81b3a827
commit 18f2e6230a

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, glib, gettext, bash }:
{ stdenv, fetchFromGitHub, glib, gettext, bash, gnome3 }:
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-caffeine";
@@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = with maintainers; [ eperuffo ];
homepage = https://github.com/eonpatapon/gnome-shell-extension-caffeine;
broken = versionAtLeast gnome3.gnome-shell.version "3.32"; # Doesn't support 3.34
};
}