forked from mirrors/nixpkgs
ocamlPackages.dune-site: fix conflict with vendored csexp
This commit is contained in:
parent
0843cfa142
commit
da8455d317
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue