From cba0cdb2b4a1b262661709d997f9bf85a56150ad Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Tue, 23 Dec 2025 15:08:18 +0200 Subject: [PATCH] python3.pkgs.pywlroots: Remove unneeded xorg libraries Package builds without them and with them there aren't any references to them in the `result/`. --- pkgs/development/python-modules/pywlroots/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/pywlroots/default.nix b/pkgs/development/python-modules/pywlroots/default.nix index ac99f9d6b957..fc6fe901a288 100644 --- a/pkgs/development/python-modules/pywlroots/default.nix +++ b/pkgs/development/python-modules/pywlroots/default.nix @@ -14,7 +14,6 @@ wayland, pywayland, xkbcommon, - xorg, pytestCheckHook, qtile, }: @@ -37,8 +36,6 @@ buildPythonPackage rec { libinput libxkbcommon pixman - xorg.libxcb - xorg.xcbutilwm udev wayland wlroots