summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/functory
diff options
context:
space:
mode:
authorMalo Bourgon <mbourgon@gmail.com>2022-05-10 10:36:58 -0700
committerVincent Laporte <vbgl@users.noreply.github.com>2022-05-11 09:02:37 +0200
commitbca4ad048701d2b0a472c0e0f0e3e24d62ccc9b0 (patch)
tree5c31787ea8714d5de981ccce38ca7a4326069424 /pkgs/development/ocaml-modules/functory
parentb1de4bf60f955ed59adb2d8878eb0b5d55fb1b4e (diff)
downloadnixpkgs-bca4ad048701d2b0a472c0e0f0e3e24d62ccc9b0.tar
nixpkgs-bca4ad048701d2b0a472c0e0f0e3e24d62ccc9b0.tar.gz
nixpkgs-bca4ad048701d2b0a472c0e0f0e3e24d62ccc9b0.tar.bz2
nixpkgs-bca4ad048701d2b0a472c0e0f0e3e24d62ccc9b0.tar.lz
nixpkgs-bca4ad048701d2b0a472c0e0f0e3e24d62ccc9b0.tar.xz
nixpkgs-bca4ad048701d2b0a472c0e0f0e3e24d62ccc9b0.tar.zst
nixpkgs-bca4ad048701d2b0a472c0e0f0e3e24d62ccc9b0.zip
ocamlPackages: inherit ocaml.meta.platforms
Diffstat (limited to 'pkgs/development/ocaml-modules/functory')
-rw-r--r--pkgs/development/ocaml-modules/functory/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/functory/default.nix b/pkgs/development/ocaml-modules/functory/default.nix
index a05472366a2..3c56aaf0a0a 100644
--- a/pkgs/development/ocaml-modules/functory/default.nix
+++ b/pkgs/development/ocaml-modules/functory/default.nix
@@ -34,6 +34,6 @@ stdenv.mkDerivation {
     description = "A distributed computing library for Objective Caml which facilitates distributed execution of parallelizable computations in a seamless fashion";
     license = licenses.lgpl21;
     maintainers = [ maintainers.vbgl ];
-    platforms = ocaml.meta.platforms or [];
+    inherit (ocaml.meta) platforms;
   };
 }