dev-ml/ppx_deriving_yojson: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2025-12-07 23:29:21 +01:00
parent 7353368aff
commit cf7c550111
No known key found for this signature in database
GPG Key ID: 03B489CBE4B76101

View File

@ -1,10 +0,0 @@
--- a/src_test/dune
+++ b/src_test/dune
@@ -1,6 +1,6 @@
(executable
(name test_ppx_yojson)
- (libraries oUnit result)
+ (libraries ounit2 result)
(preprocess (pps ppx_deriving.show ppx_deriving_yojson))
(flags (:standard -w -9-39-27-34-37)))