2021-01-31 05:38:28 +01:00
|
|
|
{ lib
|
|
|
|
, mkXfceDerivation
|
|
|
|
, gtk3
|
|
|
|
, librsvg
|
2021-06-23 20:22:04 +02:00
|
|
|
, libwnck
|
2021-01-31 05:38:28 +01:00
|
|
|
, libxklavier
|
|
|
|
, garcon
|
|
|
|
, libxfce4ui
|
|
|
|
, libxfce4util
|
|
|
|
, xfce4-panel
|
|
|
|
, xfconf
|
|
|
|
}:
|
2018-08-02 09:12:42 +02:00
|
|
|
|
2020-04-13 23:12:16 +02:00
|
|
|
mkXfceDerivation {
|
2018-08-02 09:12:42 +02:00
|
|
|
category = "panel-plugins";
|
|
|
|
pname = "xfce4-xkb-plugin";
|
2021-01-31 05:38:28 +01:00
|
|
|
version = "0.8.2";
|
2020-04-13 23:12:16 +02:00
|
|
|
rev-prefix = "";
|
2021-06-17 02:20:52 +02:00
|
|
|
sha256 = "sha256-xmCoNMxykeaThYEJo6BcbraFo9CruFZL6YPjovzb6hg=";
|
2018-08-02 09:12:42 +02:00
|
|
|
|
2021-01-31 05:38:28 +01:00
|
|
|
buildInputs = [
|
|
|
|
garcon
|
|
|
|
gtk3
|
|
|
|
librsvg
|
|
|
|
libxfce4ui
|
|
|
|
libxfce4util
|
|
|
|
libxklavier
|
2021-06-23 20:22:04 +02:00
|
|
|
libwnck
|
2021-01-31 05:38:28 +01:00
|
|
|
xfce4-panel
|
|
|
|
xfconf
|
|
|
|
];
|
2019-11-04 22:27:22 +01:00
|
|
|
|
|
|
|
meta = with lib; {
|
|
|
|
description = "Allows you to setup and use multiple keyboard layouts";
|
2021-01-31 05:38:28 +01:00
|
|
|
maintainers = [ ];
|
2019-11-04 22:27:22 +01:00
|
|
|
};
|
2018-08-02 09:12:42 +02:00
|
|
|
}
|