Ensure that we can evaluate the platform attribute of ocaml packages.
This commit is contained in:
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
||||
backtracking, multi-threading, and much more...
|
||||
'';
|
||||
license = licenses.bsd2;
|
||||
platforms = ocaml.meta.platforms;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
maintainers = [ maintainers.jirkamarsik ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user