Merge pull request #13897 from nbp/fix-ocaml-pkgs-platform

Ensure that we can evaluate the platform attribute of ocaml packages.
This commit is contained in:
zimbatm
2016-03-14 19:25:40 +00:00
130 changed files with 130 additions and 130 deletions
+1 -1
View File
@@ -40,6 +40,6 @@ stdenv.mkDerivation {
homepage = http://liquidsoap.fm/;
maintainers = with maintainers; [ ehmry ];
license = licenses.gpl2;
platforms = ocaml.meta.platforms;
platforms = ocaml.meta.platforms or [];
};
}