etebase-server: fix build

For some reason the pyproject build setp started to fail. Since the
pyproject.toml is basically empty I'm switching this project to the
format "other".
This commit is contained in:
Felix Tenley
2022-04-27 23:09:35 +02:00
parent 05863c3e45
commit ead46754b4
+1 -1
View File
@@ -12,7 +12,7 @@ in
buildPythonPackage rec {
pname = "etebase-server";
version = "0.8.3";
format = "pyproject";
format = "other";
src = fetchFromGitHub {
owner = "etesync";