Ensure that we can evaluate the platform attribute of ocaml packages.
This commit is contained in:
@@ -46,6 +46,6 @@ in stdenv.mkDerivation {
|
||||
homepage = "http://github.com/chemoelectric/pycaml";
|
||||
description = "Bindings for python and ocaml";
|
||||
license = "LGPL";
|
||||
platforms = ocaml.meta.platforms;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user