doc: explain when hydra builds the package

This commit is contained in:
Domen Kožar 2014-07-27 14:13:27 +02:00
parent cf5ec2f74b
commit e51dfc6bf6

View File

@ -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;