summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/camlp5/5.15.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/ocaml/camlp5/5.15.nix')
-rw-r--r--pkgs/development/tools/ocaml/camlp5/5.15.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ocaml/camlp5/5.15.nix b/pkgs/development/tools/ocaml/camlp5/5.15.nix
index adfdb4bd204..e8cda36f101 100644
--- a/pkgs/development/tools/ocaml/camlp5/5.15.nix
+++ b/pkgs/development/tools/ocaml/camlp5/5.15.nix
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
     homepage = "${webpage}";
     license = stdenv.lib.licenses.bsd3;
     branch = "5";
-    platforms = ocaml.meta.platforms;
+    platforms = ocaml.meta.platforms or [];
     maintainers = [
       stdenv.lib.maintainers.z77z
     ];