maestral-qt: refactor

This commit is contained in:
Stefan Frijters 2024-05-14 23:15:07 +02:00
parent 0c19708cf0
commit 7c516c54a0
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -11,6 +11,8 @@
python3.pkgs.buildPythonApplication rec {
pname = "maestral-qt";
version = "1.9.3";
pyproject = true;
disabled = python3.pythonOlder "3.7";
src = fetchFromGitHub {
@ -20,9 +22,11 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-7Lt0Neobtofd1JDoz8BhGn+nFKaMLbM/6z0QQmtEKpA=";
};
format = "pyproject";
build-system = with python3.pkgs; [
setuptools
];
propagatedBuildInputs = with python3.pkgs; [
dependencies = with python3.pkgs; [
click
markdown2
maestral