2021-02-05 17:12:51 +00:00
|
|
|
{ lib
|
|
|
|
, mkXfceDerivation
|
|
|
|
, gtk3
|
|
|
|
, librsvg
|
|
|
|
, libwnck3
|
|
|
|
, libxklavier
|
|
|
|
, garcon
|
|
|
|
, libxfce4ui
|
|
|
|
, libxfce4util
|
|
|
|
, xfce4-panel
|
|
|
|
, xfconf
|
|
|
|
}:
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
mkXfceDerivation {
|
|
|
|
category = "panel-plugins";
|
|
|
|
pname = "xfce4-xkb-plugin";
|
2021-02-05 17:12:51 +00:00
|
|
|
version = "0.8.2";
|
2020-04-24 23:36:52 +00:00
|
|
|
rev-prefix = "";
|
2021-02-05 17:12:51 +00:00
|
|
|
sha256 = "xmCoNMxykeaThYEJo6BcbraFo9CruFZL6YPjovzb6hg=";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-02-05 17:12:51 +00:00
|
|
|
buildInputs = [
|
|
|
|
garcon
|
|
|
|
gtk3
|
|
|
|
librsvg
|
|
|
|
libxfce4ui
|
|
|
|
libxfce4util
|
|
|
|
libxklavier
|
|
|
|
libwnck3
|
|
|
|
xfce4-panel
|
|
|
|
xfconf
|
|
|
|
];
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
meta = with lib; {
|
|
|
|
description = "Allows you to setup and use multiple keyboard layouts";
|
2021-02-05 17:12:51 +00:00
|
|
|
maintainers = [ ];
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
}
|