omake: add meta.platforms

This commit is contained in:
Vincent Laporte 2014-12-11 09:19:30 +01:00
parent 3dc551fcc3
commit cb3f9bf160
1 changed files with 1 additions and 0 deletions

View File

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