gnomeExtension.timepp: mark as broken

This commit is contained in:
worldofpeace 2019-09-23 18:54:46 -04:00 committed by Jan Tojnar
parent eebc63aabd
commit 76d12e8b88
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub }: { stdenv, fetchFromGitHub, gnome3 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-shell-extension-timepp"; pname = "gnome-shell-extension-timepp";
@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/zagortenay333/timepp__gnome; homepage = https://github.com/zagortenay333/timepp__gnome;
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ svsdep ]; maintainers = with maintainers; [ svsdep ];
broken = versionAtLeast gnome3.gnome-shell.version "3.32"; # Dosen't support 3.34 https://github.com/zagortenay333/timepp__gnome/issues/113
}; };
} }