about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien+git@xlumurb.eu>2021-08-14 12:00:00 +0000
committerGuillaume Girol <symphorien+git@xlumurb.eu>2021-08-19 09:30:48 +0200
commit0b134b0a9c0f8f12e4dbeca790e2bb8408ec2196 (patch)
tree36cd7f018152f64a4b0544aad993857d1ca775ab /pkgs/development/ocaml-modules
parent0631aa0cb302f5e953f2bdbc0326c22ca2d62799 (diff)
downloadnixlib-0b134b0a9c0f8f12e4dbeca790e2bb8408ec2196.tar
nixlib-0b134b0a9c0f8f12e4dbeca790e2bb8408ec2196.tar.gz
nixlib-0b134b0a9c0f8f12e4dbeca790e2bb8408ec2196.tar.bz2
nixlib-0b134b0a9c0f8f12e4dbeca790e2bb8408ec2196.tar.lz
nixlib-0b134b0a9c0f8f12e4dbeca790e2bb8408ec2196.tar.xz
nixlib-0b134b0a9c0f8f12e4dbeca790e2bb8408ec2196.tar.zst
nixlib-0b134b0a9c0f8f12e4dbeca790e2bb8408ec2196.zip
ocamlPackages.seq: fix static cross
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/seq/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/seq/default.nix b/pkgs/development/ocaml-modules/seq/default.nix
index aa0546dd390b..44503668ff0a 100644
--- a/pkgs/development/ocaml-modules/seq/default.nix
+++ b/pkgs/development/ocaml-modules/seq/default.nix
@@ -20,7 +20,8 @@ stdenv.mkDerivation ({
     sha256 = "1cjpsc7q76yfgq9iyvswxgic4kfq2vcqdlmxjdjgd4lx87zvcwrv";
   };
 
-  buildInputs = [ ocaml findlib ocamlbuild ];
+  nativeBuildInputs = [ ocaml findlib ocamlbuild ];
+  strictDeps = true;
 
   createFindlibDestdir = true;