summary refs log tree commit diff
path: root/doc/meta.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/meta.xml')
-rw-r--r--doc/meta.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/meta.xml b/doc/meta.xml
index 3d8c143751ea5..7740b7c9ed875 100644
--- a/doc/meta.xml
+++ b/doc/meta.xml
@@ -143,7 +143,9 @@ interpretation:</para>
   <varlistentry>
     <term><varname>platforms</varname></term>
     <listitem><para>The list of Nix platform types on which the
-    package is supported. An example is:
+    package is supported. Hydra builds packages according to the
+    platform specified. If no platform is specified, the package does
+    not have prebuilt binaries. An example is:
 
 <programlisting>
 meta.platforms = stdenv.lib.platforms.linux;