about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/syslog
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/syslog
parentb1de4bf60f955ed59adb2d8878eb0b5d55fb1b4e (diff)
ocamlPackages: inherit ocaml.meta.platforms
Diffstat (limited to 'pkgs/development/ocaml-modules/syslog')
-rw-r--r--pkgs/development/ocaml-modules/syslog/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/syslog/default.nix b/pkgs/development/ocaml-modules/syslog/default.nix
index 9614c404c5b91..ccec03296384a 100644
--- a/pkgs/development/ocaml-modules/syslog/default.nix
+++ b/pkgs/development/ocaml-modules/syslog/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/rixed/ocaml-syslog";
     description = "Simple wrapper to access the system logger from OCaml";
     license = licenses.lgpl21Plus;
-    platforms = ocaml.meta.platforms or [];
+    inherit (ocaml.meta) platforms;
     maintainers = [ maintainers.rixed ];
   };
 }