eigenmath: 3.33-unstable-2024-11-22 -> 3.35-unstable-2024-12-11 (#364381)
[NixPkgs.git] / pkgs / desktops / xfce / panel-plugins / xfce4-datetime-plugin / default.nix
blob641ea795329ec7f1c686a7245862eea769af8bbf
2   mkXfceDerivation,
3   lib,
4   intltool,
5   libxfce4ui,
6   xfce4-panel,
7   gettext,
8 }:
10 mkXfceDerivation {
11   category = "panel-plugins";
12   pname = "xfce4-datetime-plugin";
13   version = "0.8.3";
15   rev-prefix = "xfce4-datetime-plugin-";
16   sha256 = "sha256-dpN5ZN7VjgO1GQ6v8NXuBKACyIwIosaiVGtmLEb6auI=";
18   nativeBuildInputs = [
19     gettext
20     intltool
21   ];
23   buildInputs = [
24     libxfce4ui
25     xfce4-panel
26   ];
28   meta = with lib; {
29     description = "Shows the date and time in the panel, and a calendar appears when you left-click on it";
30     maintainers = with maintainers; [ ] ++ teams.xfce.members;
31   };