python312Packages.lxmf: refactor

This commit is contained in:
Fabian Affolter 2024-03-28 10:55:08 +01:00 committed by GitHub
parent 92fb7c5627
commit 378dccc2a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -20,11 +20,11 @@ buildPythonPackage rec {
hash = "sha256-8Usu2fecSnyVfGrEJED4qMBO5RwJjTq5c7svCTu445Q=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
propagatedBuildInputs = [
dependencies = [
rns
];
@ -37,10 +37,10 @@ buildPythonPackage rec {
meta = with lib; {
description = "Lightweight Extensible Message Format for Reticulum";
mainProgram = "lxmd";
homepage = "https://github.com/markqvist/lxmf";
changelog = "https://github.com/markqvist/LXMF/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "lxmd";
};
}