Ensure that we can evaluate the platform attribute of ocaml packages.
This commit is contained in:
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
||||
createFindlibDestdir = true;
|
||||
|
||||
meta = {
|
||||
platforms = ocaml.meta.platforms;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
maintainers = with stdenv.lib.maintainers; [ vbgl ];
|
||||
homepage = http://gtk-extras.forge.ocamlcore.org/;
|
||||
description = "A collection of libraries and modules useful when developing OCaml/LablGtk2 applications";
|
||||
|
||||
Reference in New Issue
Block a user