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
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

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