xfce4-13.xfce4-xkb-plugin: init at 0.8.1 (#44320)

This commit is contained in:
volth 2018-08-02 07:12:42 +00:00 committed by xeji
parent cdfefaa42b
commit 68fdf47135
2 changed files with 13 additions and 0 deletions

View file

@ -84,5 +84,7 @@ makeScope newScope (self: with self; {
xfce4-whiskermenu-plugin = callPackage ./xfce4-whiskermenu-plugin { };
xfce4-xkb-plugin = callPackage ./xfce4-xkb-plugin { };
xfwm4 = callPackage ./xfwm4 { };
})

View file

@ -0,0 +1,11 @@
{ mkXfceDerivation, gtk3, librsvg, libwnck3, libxklavier, garcon, libxfce4ui, libxfce4util, xfce4-panel, xfconf }:
mkXfceDerivation rec {
category = "panel-plugins";
pname = "xfce4-xkb-plugin";
version = "0.8.1";
rev = version;
sha256 = "1gyky4raynp2ggdnq0g96c6646fjm679fzipcsmf1q0aymr8d5ky";
buildInputs = [ garcon gtk3 librsvg libxfce4ui libxfce4util libxklavier libwnck3 xfce4-panel xfconf ];
}