ocamlPackages.gluon: fix build

Changed files
+6
pkgs
development
ocaml-modules
gluon
+6
pkgs/development/ocaml-modules/gluon/default.nix
···
lib,
buildDunePackage,
fetchurl,
+
fetchpatch,
bytestring,
config,
libc,
···
src = fetchurl {
url = "https://github.com/riot-ml/gluon/releases/download/${version}/gluon-${version}.tbz";
hash = "sha256-YWJCPokY1A7TGqCGoxJl14oKDVeMNybEEB7KiK92WSo=";
+
};
+
+
patches = fetchpatch {
+
url = "https://github.com/riot-ml/gluon/commit/b29c34d04ea05d7721a229c35132320e796ed4b2.patch";
+
hash = "sha256-XuzyoteQAgEs93WrgHTWT1I+hIJAiGiJ4XAiLtnEYtw=";
};
buildInputs = [