try patching seahub's manage.py to discover all modules
This commit is contained in:
parent
fb48e3c568
commit
17341f5312
2 changed files with 9 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue