python3Packages.pywlroots: 0.15.24 -> 0.16.5

- Updated version + hash
- Removed wlroots pin
- Added xcbutilwm
This commit is contained in:
jwijenbergh 2023-09-25 09:19:05 +02:00
parent 80ab54b3af
commit 2fcf97398d
No known key found for this signature in database
GPG key ID: 1A2298F6C34F96E5
2 changed files with 4 additions and 4 deletions

View file

@ -20,19 +20,19 @@
buildPythonPackage rec {
pname = "pywlroots";
version = "0.15.24";
version = "0.16.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-TvYhxiAbK+mpcEE9y79WH96dzeDnvI0xPaUxSYQqyHE=";
hash = "sha256-W43RCJektumgvO9K3K3mHR1BiyZXsHj4fN2EkGlJChQ=";
};
nativeBuildInputs = [ pkg-config ];
propagatedNativeBuildInputs = [ cffi ];
buildInputs = [ libinput libxkbcommon pixman xorg.libxcb udev wayland wlroots ];
buildInputs = [ libinput libxkbcommon pixman xorg.libxcb xorg.xcbutilwm udev wayland wlroots ];
propagatedBuildInputs = [ cffi pywayland xkbcommon ];
nativeCheckInputs = [ pytestCheckHook ];

View file

@ -10922,7 +10922,7 @@ self: super: with self; {
pywizlight = callPackage ../development/python-modules/pywizlight { };
pywlroots = callPackage ../development/python-modules/pywlroots {
wlroots = pkgs.wlroots_0_15;
wlroots = pkgs.wlroots_0_16;
};
pyws66i = callPackage ../development/python-modules/pyws66i { };