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