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:
@@ -12,7 +12,7 @@ in
|
||||
buildPythonPackage rec {
|
||||
pname = "etebase-server";
|
||||
version = "0.8.3";
|
||||
format = "pyproject";
|
||||
format = "other";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "etesync";
|
||||
|
||||
Reference in New Issue
Block a user