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
commit0631aa0cb302f5e953f2bdbc0326c22ca2d62799 (patch)
tree773d1a2137ddc736900c8777d7d6352fb8781f4d /pkgs/development/ocaml-modules
parentfc3806b422edc0ec6709b1719c875941360f47cb (diff)
downloadnixlib-0631aa0cb302f5e953f2bdbc0326c22ca2d62799.tar
nixlib-0631aa0cb302f5e953f2bdbc0326c22ca2d62799.tar.gz
nixlib-0631aa0cb302f5e953f2bdbc0326c22ca2d62799.tar.bz2
nixlib-0631aa0cb302f5e953f2bdbc0326c22ca2d62799.tar.lz
nixlib-0631aa0cb302f5e953f2bdbc0326c22ca2d62799.tar.xz
nixlib-0631aa0cb302f5e953f2bdbc0326c22ca2d62799.tar.zst
nixlib-0631aa0cb302f5e953f2bdbc0326c22ca2d62799.zip
ocamlPackages.process: fix static cross
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/process/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/process/default.nix b/pkgs/development/ocaml-modules/process/default.nix
index 34ca51f07392..aecf03987ab1 100644
--- a/pkgs/development/ocaml-modules/process/default.nix
+++ b/pkgs/development/ocaml-modules/process/default.nix
@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
     sha256 = "0m1ldah5r9gcq09d9jh8lhvr77910dygx5m309k1jm60ah9mdcab";
   };
 
-  buildInputs = [ ocaml findlib ocamlbuild ];
+  nativeBuildInputs = [ ocaml findlib ocamlbuild ];
+  strictDeps = true;
 
   createFindlibDestdir = true;