ocamlPackages.odoc: fix resolution of odoc.css

This commit is contained in:
Vincent Laporte 2018-09-28 08:52:16 +00:00 committed by Vincent Laporte
parent 766e3228c2
commit b46666a867

View file

@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ bos doc-ock-html doc-ock-xml ];
configurePhase = "ocaml bin/set-etc bin/odoc_etc.ml $out/etc/odoc";
inherit (dune) installPhase;
meta = {