Commit 2036d76f authored by toastal's avatar toastal Committed by Vincent Laporte
Browse files

ocamlPackages.logs: remove result

parent 543ced16
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;