7 buildPythonPackage rec {
10 format = "setuptools";
12 disabled = pythonOlder "3.8";
14 src = fetchFromGitHub {
15 owner = "zhuifengshen";
18 sha256 = "xC1WpHz2eHb5+xShM/QUQAIYnJNyK1EKWbTXJKhDwbQ=";
21 # Projec thas no tests
24 pythonImportsCheck = [
29 description = "Python module to create mindmaps";
30 homepage = "https://github.com/zhuifengshen/xmind";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];