Ensure that we can evaluate the platform attribute of ocaml packages.
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
description = "Macros for Caml Queries";
|
||||
homepage = https://github.com/ocsigen/macaque;
|
||||
license = licenses.lgpl2;
|
||||
platforms = ocaml.meta.platforms;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
maintainers = with maintainers; [ vbgl ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user