python3Packages.pywlroots: disable on older Python releases
This commit is contained in:
parent
42973eb2be
commit
635d888296
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
, libxkbcommon
|
, libxkbcommon
|
||||||
, libinput
|
, libinput
|
||||||
, pixman
|
, pixman
|
||||||
|
, pythonOlder
|
||||||
, udev
|
, udev
|
||||||
, wlroots
|
, wlroots
|
||||||
, wayland
|
, wayland
|
||||||
|
@ -19,6 +20,9 @@
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pywlroots";
|
pname = "pywlroots";
|
||||||
version = "0.15.13";
|
version = "0.15.13";
|
||||||
|
format = "setuptools";
|
||||||
|
|
||||||
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
|
Loading…
Reference in a new issue