mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
ocamlPackages.dune-action-plugin: fix conflict with vendored csexp
This commit is contained in:
parent
58db7de3af
commit
0fce8802fb
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ buildDunePackage rec {
|
|||
|
||||
propagatedBuildInputs = [ dune-glob dune-private-libs ];
|
||||
|
||||
preBuild = ''
|
||||
rm -r vendor/csexp
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
inherit (dune_3.meta) homepage;
|
||||
description = "API for writing dynamic Dune actions";
|
||||
|
|
Loading…
Reference in a new issue