16 category = "panel-plugins";
19 stdenv.mkDerivation rec {
20 pname = "xfce4-timer-plugin";
24 url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
25 sha256 = "sha256-/rO4wtOVBegWaDVAoyJr172ocMy8tMfQ9qv+7/XFi30=";
42 hardeningDisable = [ "format" ];
44 passthru.updateScript = gitUpdater {
45 url = "https://gitlab.xfce.org/panel-plugins/${pname}";
46 rev-prefix = "${pname}-";
50 homepage = "https://docs.xfce.org/panel-plugins/xfce4-timer-plugin";
51 description = "Simple countdown and alarm plugin for the Xfce panel";
52 platforms = platforms.linux;
53 license = licenses.gpl2Plus;
54 maintainers = with maintainers; [ ] ++ teams.xfce.members;