Ensure that we can evaluate the platform attribute of ocaml packages.
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
||||
description = "Store data using OCaml notation";
|
||||
homepage = https://forge.ocamlcore.org/projects/odn/;
|
||||
license = licenses.lgpl21;
|
||||
platforms = ocaml.meta.platforms;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
maintainers = with maintainers; [
|
||||
vbgl z77z
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user