omake: add meta.platforms
This commit is contained in:
parent
3dc551fcc3
commit
cb3f9bf160
|
@ -33,5 +33,6 @@ stdenv.mkDerivation {
|
|||
description = "Omake build system";
|
||||
homepage = "${webpage}";
|
||||
license = "GPL";
|
||||
platforms = ocaml.meta.platforms;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue