Ensure that we can evaluate the platform attribute of ocaml packages.
This commit is contained in:
@@ -33,6 +33,6 @@ stdenv.mkDerivation {
|
||||
sequence is iterated/folded on.
|
||||
'';
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
platforms = ocaml.meta.platforms;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user