mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-10 23:13:56 +00:00
python311Packages.maxcube-api: disable
https://hydra.nixos.org/build/219139489
This commit is contained in:
parent
c0c84d5292
commit
3831ba1c09
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user