Unverified Commit a3dc5bec authored by chordtoll's avatar chordtoll
Browse files

ocamlPackages.pyml: patch to remove unused header

parent 5e904884
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,10 @@ buildDunePackage rec {
    hash = "sha256-WPtmj9EEs7P72OXWJg1syIrbLuh7u4V4W4nyozXmSa0=";
  };

  patches = [
    ./remove-stdcompat.patch
  ];

  buildInputs = [
    utop
  ];
+11 −0
Original line number Diff line number Diff line
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"