xfce.xfce4-i3-workspaces-plugin: Clean up

- xfce4-dev-tools has its own setup-hook to run xdt-autogen.
- xfconf is not needed, this saves configs to a custom i3-workspaces-8.rc.
This commit is contained in:
Bobby Rong 2024-04-11 23:26:13 +08:00
parent 4cba8b53da
commit 130b5db625
No known key found for this signature in database

View File

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, pkg-config, intltool, gtk3
, libxfce4ui, libxfce4util, xfconf, xfce4-dev-tools, xfce4-panel
, libxfce4ui, libxfce4util, xfce4-dev-tools, xfce4-panel
, i3ipc-glib
}:
@ -17,23 +17,17 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkg-config
intltool
xfce4-dev-tools
];
buildInputs = [
gtk3
xfconf
libxfce4ui
libxfce4util
xfce4-dev-tools
xfce4-panel
i3ipc-glib
];
preConfigure = ''
./autogen.sh
patchShebangs .
'';
enableParallelBuilding = true;
meta = with lib; {