Loading pkgs/development/python-modules/maxcube-api/default.nix +3 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , pythonAtLeast , pythonOlder , fetchFromGitHub , unittestCheckHook Loading Loading @@ -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 Loading
pkgs/development/python-modules/maxcube-api/default.nix +3 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , pythonAtLeast , pythonOlder , fetchFromGitHub , unittestCheckHook Loading Loading @@ -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