From 8f9d4bf6b703c1b871b7544a8c6d38088735bce1 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 1 Oct 2023 22:50:24 -0400 Subject: [PATCH 1/2] qtile: sort build inputs While the build inputs as brought in at the top are sorted, the ones listed in the derivation were not, so sorted them --- pkgs/development/python-modules/qtile/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/qtile/default.nix b/pkgs/development/python-modules/qtile/default.nix index dd45055c420d..d8c610eff71b 100644 --- a/pkgs/development/python-modules/qtile/default.nix +++ b/pkgs/development/python-modules/qtile/default.nix @@ -60,31 +60,31 @@ buildPythonPackage rec { nativeBuildInputs = [ pkg-config - setuptools-scm setuptools + setuptools-scm ]; propagatedBuildInputs = [ - xcffib (cairocffi.override { withXcffib = true; }) - python-dateutil - dbus-python dbus-next + dbus-python mpd2 psutil pulsectl-asyncio - pyxdg pygobject3 + python-dateutil pywayland pywlroots + pyxdg + xcffib xkbcommon ]; buildInputs = [ libinput + libxkbcommon wayland wlroots - libxkbcommon xcbutilwm ]; From e6241c8e40854a187c50916c350c99407beb9075 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 1 Oct 2023 22:48:58 -0400 Subject: [PATCH 2/2] qtile: add iwlib as a build input This is used for the wlan widget --- pkgs/development/python-modules/qtile/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/qtile/default.nix b/pkgs/development/python-modules/qtile/default.nix index d8c610eff71b..7e6d4a826eeb 100644 --- a/pkgs/development/python-modules/qtile/default.nix +++ b/pkgs/development/python-modules/qtile/default.nix @@ -5,6 +5,7 @@ , dbus-next , dbus-python , glib +, iwlib , libdrm , libinput , libxkbcommon @@ -68,6 +69,7 @@ buildPythonPackage rec { (cairocffi.override { withXcffib = true; }) dbus-next dbus-python + iwlib mpd2 psutil pulsectl-asyncio