lol

python310Packages.pywlroots: Pin to wlroots_0_16

Or else:
fatal error: wlr/types/wlr_damage_ring.h: No such file or directory

+2 -2
+2 -2
pkgs/development/python-modules/pywlroots/default.nix
··· 9 9 , pixman 10 10 , pythonOlder 11 11 , udev 12 - , wlroots 12 + , wlroots_0_16 13 13 , wayland 14 14 , pywayland 15 15 , xkbcommon ··· 31 31 32 32 nativeBuildInputs = [ pkg-config ]; 33 33 propagatedNativeBuildInputs = [ cffi ]; 34 - buildInputs = [ libinput libxkbcommon pixman xorg.libxcb udev wayland wlroots ]; 34 + buildInputs = [ libinput libxkbcommon pixman xorg.libxcb udev wayland wlroots_0_16 ]; 35 35 propagatedBuildInputs = [ cffi pywayland xkbcommon ]; 36 36 nativeCheckInputs = [ pytestCheckHook ]; 37 37