13 buildPythonPackage rec {
18 disabled = pythonOlder "3.6";
20 src = fetchFromGitHub {
24 hash = "sha256-1/f+o2bVscT3EA8XQyS2hWjhimLRzfIBM6u2O7UqwcA=";
31 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 description = "Read mdx/mdd files (repacking of readmdict from mdict-analysis)";
46 homepage = "https://github.com/ffreemt/readmdict";
47 license = licenses.mit;
48 maintainers = with maintainers; [ paveloom ];