diff --git a/seafile-server/default.nix b/seafile-server/default.nix index 99e4b91..dc26074 100644 --- a/seafile-server/default.nix +++ b/seafile-server/default.nix @@ -108,5 +108,5 @@ maintainers = with maintainers; [ schmittlauch ]; license = licenses.free; # components with different free software licenses are combined }; - inherit seahub; + inherit ccnet-server; # for using the path in the NixOS module }