Hi Maxime,
> X-Debbugs-CC: Arun Isaac
>
> ^ author of the commit adding the rust-zstd-sys
>
> I noticed that the package 'rust-zstd-sys' bundles a copy of zstd. This
> is against policy for the reasons documented in the manual. This
> package was added in commit 4402eb48cdd18aed807269649636
Solved as follows in antioxidant (i.e., enable the 'pkg-config' feature
and remove the local copy in a snippet).
diff --git a/antioxidant-packages.scm b/antioxidant-packages.scm
index e851bc9..b0296e7 100644
--- a/antioxidant-packages.scm
+++ b/antioxidant-packages.scm
@@ -4708,6 +4708,7 @@ RFC-
X-Debbugs-CC: Arun Isaac
^ author of the commit adding the rust-zstd-sys
I noticed that the package 'rust-zstd-sys' bundles a copy of zstd. This
is against policy for the reasons documented in the manual. This
package was added in commit 4402eb48cdd18aed8072696496362f2e774e973f.
I'll try