diff --git a/pkgs/development/ocaml-modules/logs/default.nix b/pkgs/development/ocaml-modules/logs/default.nix index 864ec2e97077..9542778b5353 100644 --- a/pkgs/development/ocaml-modules/logs/default.nix +++ b/pkgs/development/ocaml-modules/logs/default.nix @@ -13,7 +13,6 @@ js_of_ocaml-compiler, lwtSupport ? true, lwt, - result, }: let pname = "logs"; @@ -60,7 +59,6 @@ buildTopkgPackage rec { }; buildInputs = [ topkg ] ++ optional_buildInputs; - propagatedBuildInputs = [ result ]; strictDeps = true;