Ensure that we can evaluate the platform attribute of ocaml packages.
This commit is contained in:
@@ -33,6 +33,6 @@ stdenv.mkDerivation {
|
||||
description = "Omake build system";
|
||||
homepage = "${webpage}";
|
||||
license = "GPL";
|
||||
platforms = ocaml.meta.platforms;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user