3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.pywlroots: add qtile to passthru.tests

This commit is contained in:
Charlotte Van Petegem 2023-03-18 18:32:09 +01:00
parent 8b7c79c8ba
commit c03e56b8e6
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -15,6 +15,7 @@
, xkbcommon
, xorg
, pytestCheckHook
, qtile
}:
buildPythonPackage rec {
@ -41,6 +42,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "wlroots" ];
passthru.tests = { inherit qtile; };
meta = with lib; {
homepage = "https://github.com/flacjacket/pywlroots";
description = "Python bindings to wlroots using cffi";