summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lwt/default.nix
diff options
context:
space:
mode:
authorAntonio Nuno Monteiro <anmonteiro@gmail.com>2021-11-07 22:10:02 -0800
committerAntonio Nuno Monteiro <anmonteiro@gmail.com>2021-11-07 22:10:02 -0800
commitefd2a1bb8d143bf28162ee775bfe3e35333984d9 (patch)
tree70a5e4a6832d9d67f4877bceb7bec1bc92947021 /pkgs/development/ocaml-modules/lwt/default.nix
parent363f590140f3c735f239a204b5c635c7e6edb6ae (diff)
downloadnixpkgs-efd2a1bb8d143bf28162ee775bfe3e35333984d9.tar
nixpkgs-efd2a1bb8d143bf28162ee775bfe3e35333984d9.tar.gz
nixpkgs-efd2a1bb8d143bf28162ee775bfe3e35333984d9.tar.bz2
nixpkgs-efd2a1bb8d143bf28162ee775bfe3e35333984d9.tar.lz
nixpkgs-efd2a1bb8d143bf28162ee775bfe3e35333984d9.tar.xz
nixpkgs-efd2a1bb8d143bf28162ee775bfe3e35333984d9.tar.zst
nixpkgs-efd2a1bb8d143bf28162ee775bfe3e35333984d9.zip
ocamlPackages: fix some packages for cross-compilation
Diffstat (limited to 'pkgs/development/ocaml-modules/lwt/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/lwt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/lwt/default.nix b/pkgs/development/ocaml-modules/lwt/default.nix
index 7d6424564d2..4798cfe69c2 100644
--- a/pkgs/development/ocaml-modules/lwt/default.nix
+++ b/pkgs/development/ocaml-modules/lwt/default.nix
@@ -17,8 +17,8 @@ buildDunePackage rec {
     sha256 = "0cq2qy23sa1a5zk6nja3c652mp29i84yfrkcwks6i8sdqwli36jy";
   };
 
-  nativeBuildInputs = [ pkg-config ];
-  buildInputs = [ cppo dune-configurator ]
+  nativeBuildInputs = [ pkg-config cppo dune-configurator ];
+  buildInputs = [ ]
    ++ optional (!versionAtLeast ocaml.version "4.08") ocaml-syntax-shims
    ++ optional (!versionAtLeast ocaml.version "4.07") ncurses;
   propagatedBuildInputs = [ libev mmap ocplib-endian seq result ];