2020-04-24 23:36:52 +00:00
|
|
|
{ mkXfceDerivation
|
2021-02-05 17:12:51 +00:00
|
|
|
, lib
|
2020-04-24 23:36:52 +00:00
|
|
|
, intltool
|
|
|
|
, libxfce4ui
|
|
|
|
, xfce4-panel
|
|
|
|
, gettext
|
|
|
|
}:
|
|
|
|
|
|
|
|
mkXfceDerivation {
|
|
|
|
category = "panel-plugins";
|
|
|
|
pname = "xfce4-datetime-plugin";
|
2022-10-21 18:38:19 +00:00
|
|
|
version = "0.8.2";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-04-05 15:23:46 +00:00
|
|
|
rev-prefix = "xfce4-datetime-plugin-";
|
2022-10-21 18:38:19 +00:00
|
|
|
sha256 = "sha256-ov4Wh9Pj01u0NrjDn5p+qXlD2LY3gEUC1e/jPjkn4xQ=";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
nativeBuildInputs = [
|
|
|
|
gettext
|
|
|
|
intltool
|
|
|
|
];
|
|
|
|
|
|
|
|
buildInputs = [
|
|
|
|
libxfce4ui
|
|
|
|
xfce4-panel
|
|
|
|
];
|
|
|
|
|
2021-01-15 22:18:51 +00:00
|
|
|
meta = with lib; {
|
2020-04-24 23:36:52 +00:00
|
|
|
description = "Shows the date and time in the panel, and a calendar appears when you left-click on it";
|
2021-12-19 01:06:50 +00:00
|
|
|
maintainers = with maintainers; [ ] ++ teams.xfce.members;
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
}
|