Ensure that we can evaluate the platform attribute of ocaml packages.
This commit is contained in:
@@ -42,7 +42,7 @@ stdenv.mkDerivation {
|
||||
homepage = http://projects.camlcity.org/projects/ocamlnet.html;
|
||||
description = "A library implementing Internet protocols (http, cgi, email, etc.) for OCaml";
|
||||
license = "Most Ocamlnet modules are released under the zlib/png license. The HTTP server module Nethttpd is, however, under the GPL.";
|
||||
platforms = ocaml.meta.platforms;
|
||||
platforms = ocaml.meta.platforms or [];
|
||||
maintainers = [
|
||||
stdenv.lib.maintainers.z77z
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user