8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.8";
15 src = fetchFromGitHub {
16 owner = "zhuifengshen";
19 sha256 = "xC1WpHz2eHb5+xShM/QUQAIYnJNyK1EKWbTXJKhDwbQ=";
22 # Projec thas no tests
25 pythonImportsCheck = [ "xmind" ];
28 description = "Python module to create mindmaps";
29 homepage = "https://github.com/zhuifengshen/xmind";
30 license = with licenses; [ mit ];
31 maintainers = with maintainers; [ fab ];