Commit 7318bf44 authored by Naora's avatar Naora Committed by Vincent Laporte
Browse files

ocamlPackages.dream-html: fix adding ppxlib

parent ff31e2b2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3,12 +3,17 @@
  buildDunePackage,
  dream,
  pure-html,
  ppxlib,
}:

buildDunePackage {
  pname = "dream-html";
  inherit (pure-html) src version;

  buildInputs = [
    ppxlib
  ];

  propagatedBuildInputs = [
    pure-html
    dream