python311Packages.maxcube-api: disable

https://hydra.nixos.org/build/219139489
This commit is contained in:
Martin Weinelt 2023-05-09 02:54:56 +02:00
parent c0c84d5292
commit 3831ba1c09
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,5 +1,6 @@
{ 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;