diff --git a/pkgs/build-support/fetchnextcloudapp/default.nix b/pkgs/build-support/fetchnextcloudapp/default.nix index ccc079b70204..31f35c0568d3 100644 --- a/pkgs/build-support/fetchnextcloudapp/default.nix +++ b/pkgs/build-support/fetchnextcloudapp/default.nix @@ -16,6 +16,7 @@ description ? null, homepage ? null, maintainers ? [ ], + teams ? [ ], unpack ? false, # whether to use fetchzip rather than fetchurl }: applyPatches ( @@ -27,7 +28,7 @@ applyPatches ( { license = lib.licenses.${license}; longDescription = description; - inherit homepage maintainers; + inherit homepage maintainers teams; } // lib.optionalAttrs (description != null) { longDescription = description;