python3Packages.pyqtgraph: mark as broken if python newer than 3.12

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew
2024-05-14 17:47:42 -03:00
parent b51053ad88
commit 433327733c
@@ -11,6 +11,7 @@
, freefont_ttf
, makeFontsConf
, setuptools
, python
}:
let
@@ -70,6 +71,7 @@ buildPythonPackage rec {
homepage = "https://www.pyqtgraph.org/";
changelog = "https://github.com/pyqtgraph/pyqtgraph/blob/master/CHANGELOG";
license = licenses.mit;
broken = lib.versionAtLeast python.version "3.12";
platforms = platforms.unix;
maintainers = with maintainers; [ koral ];
};