omake: add meta.platforms

This commit is contained in:
Vincent Laporte 2014-12-11 09:19:30 +01:00
parent 3dc551fcc3
commit cb3f9bf160

View File

@ -33,5 +33,6 @@ stdenv.mkDerivation {
description = "Omake build system"; description = "Omake build system";
homepage = "${webpage}"; homepage = "${webpage}";
license = "GPL"; license = "GPL";
platforms = ocaml.meta.platforms;
}; };
} }