gnomeExtensions.caffeine: make as broken
This commit is contained in:
parent
3b81b3a827
commit
18f2e6230a
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user