summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/dypgen
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/dypgen')
-rw-r--r--pkgs/development/ocaml-modules/dypgen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/dypgen/default.nix b/pkgs/development/ocaml-modules/dypgen/default.nix
index 64017bd65fe..f504e3d7ca4 100644
--- a/pkgs/development/ocaml-modules/dypgen/default.nix
+++ b/pkgs/development/ocaml-modules/dypgen/default.nix
@@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
     homepage = "http://dypgen.free.fr";
     description = "Dypgen GLR self extensible parser generator";
     license = lib.licenses.cecill-b;
-    platforms = ocaml.meta.platforms or [];
+    inherit (ocaml.meta) platforms;
   };
 }