Commit 33a769c9 authored by lassulus's avatar lassulus
Browse files

python3Packages.qtile: dbus-next -> dbus-fast

It seems the StatusNotifier widget uses dbus-fast now instead of dbus-next
parent 477ea709
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  buildPythonPackage,
  fetchFromGitHub,
  cairocffi,
  dbus-next,
  dbus-fast,
  glib,
  iwlib,
  libcst,
@@ -69,7 +69,7 @@ buildPythonPackage rec {

  dependencies = extraPackages ++ [
    (cairocffi.override { withXcffib = true; })
    dbus-next
    dbus-fast
    iwlib
    libcst
    mpd2