summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/sodium/default.nix
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/sodium/default.nix
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/sodium/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/sodium/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/sodium/default.nix b/pkgs/development/ocaml-modules/sodium/default.nix
index 040a34ef6f1..74983fef3e7 100644
--- a/pkgs/development/ocaml-modules/sodium/default.nix
+++ b/pkgs/development/ocaml-modules/sodium/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     homepage = "https://github.com/dsheets/ocaml-sodium";
     description = "Binding to libsodium 1.0.9+";
-    platforms = ocaml.meta.platforms or [];
+    inherit (ocaml.meta) platforms;
     maintainers = [ maintainers.rixed ];
   };
 }