2019-11-05 23:32:31 +00:00
|
|
|
{ mkXfceDerivation
|
2021-01-25 08:26:54 +00:00
|
|
|
, lib
|
2019-11-05 23:32:31 +00:00
|
|
|
, intltool
|
|
|
|
, libxfce4ui
|
|
|
|
, xfce4-panel
|
|
|
|
, gettext
|
|
|
|
}:
|
|
|
|
|
2020-04-13 22:12:16 +01:00
|
|
|
mkXfceDerivation {
|
2019-11-05 23:32:31 +00:00
|
|
|
category = "panel-plugins";
|
|
|
|
pname = "xfce4-datetime-plugin";
|
2021-02-27 21:26:17 +00:00
|
|
|
version = "0.8.1";
|
2019-11-05 23:32:31 +00:00
|
|
|
|
2021-02-27 21:26:17 +00:00
|
|
|
rev-prefix = "xfce4-datetime-plugin-";
|
|
|
|
sha256 = "06h13bmh2sni4qbr3kfnqaa5dq5f48h4xkywrm9pa6h2nyvn4rma";
|
2019-11-05 23:32:31 +00:00
|
|
|
|
|
|
|
nativeBuildInputs = [
|
|
|
|
gettext
|
|
|
|
intltool
|
|
|
|
];
|
|
|
|
|
|
|
|
buildInputs = [
|
|
|
|
libxfce4ui
|
|
|
|
xfce4-panel
|
|
|
|
];
|
|
|
|
|
2021-01-11 07:54:33 +00:00
|
|
|
meta = with lib; {
|
2019-11-05 23:32:31 +00:00
|
|
|
description = "Shows the date and time in the panel, and a calendar appears when you left-click on it";
|
|
|
|
maintainers = [ maintainers.AndersonTorres ];
|
|
|
|
};
|
|
|
|
}
|