Loading pkgs/development/ocaml-modules/pyml/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,10 @@ buildDunePackage rec { hash = "sha256-WPtmj9EEs7P72OXWJg1syIrbLuh7u4V4W4nyozXmSa0="; }; patches = [ ./remove-stdcompat.patch ]; buildInputs = [ utop ]; Loading pkgs/development/ocaml-modules/pyml/remove-stdcompat.patch 0 → 100644 +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" Loading
pkgs/development/ocaml-modules/pyml/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,10 @@ buildDunePackage rec { hash = "sha256-WPtmj9EEs7P72OXWJg1syIrbLuh7u4V4W4nyozXmSa0="; }; patches = [ ./remove-stdcompat.patch ]; buildInputs = [ utop ]; Loading
pkgs/development/ocaml-modules/pyml/remove-stdcompat.patch 0 → 100644 +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"