ocamlPackages.pyml: patch to remove unused header
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user