ocamlPackages.logs: remove result
This commit is contained in:
parent
543ced1653
commit
2036d76fbc
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user