diff --git a/doc/language-support.xml b/doc/language-support.xml
index def0de1d91f..798988274ec 100644
--- a/doc/language-support.xml
+++ b/doc/language-support.xml
@@ -341,7 +341,16 @@ twisted = buildPythonPackage {
By default doCheck = true is set and tests are run with
${python.interpreter} setup.py test command in checkPhase.
- propagatedBuildInputs packages are propagated to user environment.
+ propagatedBuildInputs packages are propagated to the user environment.
+
+
+ As in Perl, dependencies on other Python packages can be specified in the
+ buildInputs and
+ propagatedBuildInputs attributes. If something is
+ exclusively a build-time dependency, use
+ buildInputs; if it’s (also) a runtime dependency,
+ use propagatedBuildInputs.
+
By default meta.platforms is set to the same value