From e51dfc6bf6bdc523086154d50ced509033629796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Sun, 27 Jul 2014 14:13:27 +0200 Subject: [PATCH] doc: explain when hydra builds the package --- doc/meta.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/meta.xml b/doc/meta.xml index 3d8c143751ea..7740b7c9ed87 100644 --- a/doc/meta.xml +++ b/doc/meta.xml @@ -143,7 +143,9 @@ interpretation: platforms 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: meta.platforms = stdenv.lib.platforms.linux;