Ensure that we can evaluate the platform attribute of ocaml packages.
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = http://forge.ocamlcore.org/projects/ocamlmod/ocamlmod;
|
||||
description = "Generate OCaml modules from source files";
|
||||
platforms = ocaml.meta.platforms;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
license = stdenv.lib.licenses.lgpl21;
|
||||
maintainers = with stdenv.lib.maintainers; [
|
||||
z77z
|
||||
|
||||
Reference in New Issue
Block a user