10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-QUWQlU2S1tBKXYOODXP7x8p8lIlWJVIvF0bRrEFYJMY=";
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 ];