10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-ekemsCs3Ils8ovDTzyi6aQ4Z0bnfTKpuQYBeh1MA94Q=";
24 build-system = [ setuptools ];
26 dependencies = [ rns ];
31 pythonImportsCheck = [ "LXMF" ];
34 description = "Lightweight Extensible Message Format for Reticulum";
35 homepage = "https://github.com/markqvist/lxmf";
36 changelog = "https://github.com/markqvist/LXMF/releases/tag/${version}";
37 license = licenses.mit;
38 maintainers = with maintainers; [ fab ];