Commit 43332773 authored by lucasew's avatar lucasew
Browse files

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



Signed-off-by: default avatarlucasew <lucas59356@gmail.com>
parent b51053ad
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 ];
  };