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
commitfd60747cbded525bcc57e5f641a559d7ac6957bd (patch)
tree3101d0d3534b876ad2eda88280854f1f70b9b187 /pkgs/development/ocaml-modules
parentce31d529bccc12b28621f98d5d8875737946687a (diff)
downloadnixlib-fd60747cbded525bcc57e5f641a559d7ac6957bd.tar
nixlib-fd60747cbded525bcc57e5f641a559d7ac6957bd.tar.gz
nixlib-fd60747cbded525bcc57e5f641a559d7ac6957bd.tar.bz2
nixlib-fd60747cbded525bcc57e5f641a559d7ac6957bd.tar.lz
nixlib-fd60747cbded525bcc57e5f641a559d7ac6957bd.tar.xz
nixlib-fd60747cbded525bcc57e5f641a559d7ac6957bd.tar.zst
nixlib-fd60747cbded525bcc57e5f641a559d7ac6957bd.zip
ocamlPackages.syslog: fix static cross
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/syslog/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/syslog/default.nix b/pkgs/development/ocaml-modules/syslog/default.nix
index c97f1225663e..9614c404c5b9 100644
--- a/pkgs/development/ocaml-modules/syslog/default.nix
+++ b/pkgs/development/ocaml-modules/syslog/default.nix
@@ -13,7 +13,8 @@ stdenv.mkDerivation rec {
     sha256 = "1kqpc55ppzv9n555qgqpda49n7nvkqimzisyjx2a7338r7q4r5bw";
   };
 
-  buildInputs = [ ocaml findlib ];
+  nativeBuildInputs = [ ocaml findlib ];
+  strictDeps = true;
 
   buildFlags = [ "all" "opt" ];