python310Packages.pywlroots: Pin to wlroots_0_16

Or else:
fatal error: wlr/types/wlr_damage_ring.h: No such file or directory
This commit is contained in:
Martin Weinelt
2023-03-12 20:09:26 +01:00
parent fcb0ce4c6e
commit b60a1fef4a
@@ -9,7 +9,7 @@
, pixman
, pythonOlder
, udev
, wlroots
, wlroots_0_16
, wayland
, pywayland
, xkbcommon
@@ -31,7 +31,7 @@ buildPythonPackage rec {
nativeBuildInputs = [ pkg-config ];
propagatedNativeBuildInputs = [ cffi ];
buildInputs = [ libinput libxkbcommon pixman xorg.libxcb udev wayland wlroots ];
buildInputs = [ libinput libxkbcommon pixman xorg.libxcb udev wayland wlroots_0_16 ];
propagatedBuildInputs = [ cffi pywayland xkbcommon ];
nativeCheckInputs = [ pytestCheckHook ];