omake: add meta.platforms
This commit is contained in:
parent
3dc551fcc3
commit
cb3f9bf160
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user