ocamlPackages.logs: remove result

This commit is contained in:
·𐑑𐑴𐑕𐑑𐑩𐑤 2025-08-12 11:03:12 +07:00 committed by Vincent Laporte
parent 543ced1653
commit 2036d76fbc

View File

@ -13,7 +13,6 @@
js_of_ocaml-compiler, js_of_ocaml-compiler,
lwtSupport ? true, lwtSupport ? true,
lwt, lwt,
result,
}: }:
let let
pname = "logs"; pname = "logs";
@ -60,7 +59,6 @@ buildTopkgPackage rec {
}; };
buildInputs = [ topkg ] ++ optional_buildInputs; buildInputs = [ topkg ] ++ optional_buildInputs;
propagatedBuildInputs = [ result ];
strictDeps = true; strictDeps = true;