1 { lib, stdenv, fetchFromGitHub, pkg-config, intltool, gtk3
2 , libxfce4ui, libxfce4util, xfce4-dev-tools, xfce4-panel
6 stdenv.mkDerivation rec {
7 pname = "xfce4-i3-workspaces-plugin";
10 src = fetchFromGitHub {
12 repo = "xfce4-i3-workspaces-plugin";
14 sha256 = "sha256-CKpofupoJhe5IORJgij6gOGotB+dGkUDtTUdon8/JdE=";
31 enableParallelBuilding = true;
34 homepage = "https://github.com/denesb/xfce4-i3-workspaces-plugin";
35 description = "Workspace switcher plugin for xfce4-panel which can be used for the i3 window manager";
36 license = licenses.gpl3Plus;
37 platforms = platforms.unix;
38 maintainers = with maintainers; [ berbiche ] ++ teams.xfce.members;