Unverified Commit 130b5db6 authored by Bobby Rong's avatar Bobby Rong
Browse files

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.
parent 4cba8b53
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
{ 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; {