Ensure that we can evaluate the platform attribute of ocaml packages.
This commit is contained in:
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
||||
this part is currently work in progress).
|
||||
'';
|
||||
license = licenses.lgpl3;
|
||||
platforms = ocaml.meta.platforms;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
maintainers = [ maintainers.jirkamarsik ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user