1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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";
homepage = "${webpage}";
license = "GPL";
platforms = ocaml.meta.platforms;
};
}