ocamlPackages.pyml: patch to remove unused header

This commit is contained in:
chordtoll
2026-01-19 23:39:56 -08:00
parent 5e9048847d
commit a3dc5bec82
2 changed files with 15 additions and 0 deletions
@@ -18,6 +18,10 @@ buildDunePackage rec {
hash = "sha256-WPtmj9EEs7P72OXWJg1syIrbLuh7u4V4W4nyozXmSa0=";
};
patches = [
./remove-stdcompat.patch
];
buildInputs = [
utop
];
@@ -0,0 +1,11 @@
diff --git a/pyml_stubs.c b/pyml_stubs.c
index 40e3481..e7826f1 100644
--- a/pyml_stubs.c
+++ b/pyml_stubs.c
@@ -11,7 +11,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
-#include <stdcompat.h>
#include <assert.h>
#include "pyml_stubs.h"