Skip to content

Commit

Permalink
dev-ml/dune-configurator: put back vendored
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Tupone <[email protected]>
  • Loading branch information
atupone committed Sep 30, 2024
1 parent e23364e commit 3442c74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-ml/dune-configurator/dune-configurator-3.16.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ RDEPEND="${DEPEND}"
src_prepare() {
default

rm -r vendor/{csexp,pp} || die
# This enables dune-configurator to use the vendored csexp module
sed -i 's/stdune.csexp/dune-configurator.csexp/' \
vendor/csexp/src/dune || die
}

src_configure() {
Expand Down

0 comments on commit 3442c74

Please sign in to comment.