Ensure that we can evaluate the platform attribute of ocaml packages.
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||
homepage = https://github.com/ocsigen/deriving;
|
||||
description = "Extension to OCaml for deriving functions from type declarations";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = ocaml.meta.platforms;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
maintainers = with stdenv.lib.maintainers; [
|
||||
gal_bolle vbgl
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user