ocamlPackages.logs: remove result

This commit is contained in:
·𐑑𐑴𐑕𐑑𐑩𐑤
2025-08-12 09:20:55 +02:00
committed by Vincent Laporte
parent 543ced1653
commit 2036d76fbc
@@ -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;