ocamlPackages.dune-site: fix conflict with vendored csexp

This commit is contained in:
Guillaume Girol 2022-04-24 12:00:00 +00:00
parent 0843cfa142
commit da8455d317

View file

@ -10,6 +10,10 @@ buildDunePackage rec {
propagatedBuildInputs = [ dune-private-libs ];
preBuild = ''
rm -r vendor/csexp
'';
meta = with lib; {
description = "A library for embedding location information inside executable and libraries";
inherit (dune_3.meta) homepage;