Unverified Commit 3831ba1c authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python311Packages.maxcube-api: disable

parent c0c84d52
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, pythonAtLeast
, pythonOlder
, fetchFromGitHub
, unittestCheckHook
@@ -30,6 +31,8 @@ buildPythonPackage rec {
  ];

  meta = with lib; {
    # Tests indicate lack of 3.11 compatibility
    broken = pythonAtLeast "3.11";
    description = "eQ-3/ELV MAX! Cube Python API";
    homepage = "https://github.com/hackercowboy/python-maxcube-api";
    license = licenses.mit;