Fix a lots of evaluation errors on Hydra.

This commit is contained in:
Peter Simons
2013-12-10 23:20:23 +01:00
parent 6cd149f2a9
commit 48f24712dc
14 changed files with 18 additions and 17 deletions
@@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
and parse JSON formatted strings back into the C representation of JSON
objects.
'';
platforms = platforms.linux;
hydraPlatforms = platforms.linux;
};
}