Ensure that we can evaluate the platform attribute of ocaml packages.
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://ocaml-http.forge.ocamlcore.org/;
|
||||
platforms = ocaml.meta.platforms;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
description = "do it yourself (OCaml) HTTP daemon";
|
||||
license = licenses.lgpl2;
|
||||
maintainers = with maintainers; [ roconnor vbgl ];
|
||||
|
||||
Reference in New Issue
Block a user