try patching seahub's manage.py to discover all modules

This commit is contained in:
Trolli Schmittlauch 2019-10-21 22:37:05 +02:00
parent fb48e3c568
commit 17341f5312
2 changed files with 9 additions and 2 deletions

View file

@ -7,5 +7,7 @@ self: super: rec {
jsonfield = super.python27Packages.callPackage ./jsonfield/default.nix {};
django-post_office = super.python27Packages.callPackage ./django-post_office/default.nix { inherit jsonfield; };
django-statici18n = super.python27Packages.callPackage ./django-statici18n/default.nix {};
seafile-bindings = super.python27Packages.toPythonModule seafile-server.seafile-server-core;
ccnet-bindings = super.python27Packages.toPythonModule seafile-server.ccnet-server;
};
}