about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/elina
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-03-02 09:41:09 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-03-02 09:41:09 +0000
commitd23e7b1be4e9c3a3135ca07045fb809278b5bf9d (patch)
tree78643f6ef67dbb6f8ff5fe0807ee778e8cd5197a /pkgs/development/ocaml-modules/elina
parentfe6b447c430b23f508af608aff740e0c644297d7 (diff)
ocamlPackages.elina: more precise meta.platforms
Diffstat (limited to 'pkgs/development/ocaml-modules/elina')
-rw-r--r--pkgs/development/ocaml-modules/elina/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/elina/default.nix b/pkgs/development/ocaml-modules/elina/default.nix
index c0a4cbc31e30e..de000f8aaf833 100644
--- a/pkgs/development/ocaml-modules/elina/default.nix
+++ b/pkgs/development/ocaml-modules/elina/default.nix
@@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
     homepage = "http://elina.ethz.ch/";
     license = lib.licenses.lgpl3;
     maintainers = [ lib.maintainers.vbgl ];
-    inherit (ocaml.meta) platforms;
+    platforms = lib.intersectLists ocaml.meta.platforms lib.platforms.x86;
   };
 }