Commit e37dc270 authored by figsoda's avatar figsoda
Browse files

seahub: use `pyproject = false`

parent de5c170b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ in
python.pkgs.buildPythonApplication rec {
  pname = "seahub";
  version = "9.0.10";
  format = "other";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "haiwen";