tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.uuidm: fix for OCaml 5.0
Vincent Laporte
2 years ago
76a1f695
93ebabef
+4
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
uuidm
default.nix
+4
pkgs/development/ocaml-modules/uuidm/default.nix
···
11
11
sha256 = "sha256-/GZbkJVDQu1UY8SliK282kUWAVMfOnpQadUlRT/tJrM=";
12
12
};
13
13
14
14
+
postPatch = ''
15
15
+
substituteInPlace pkg/META --replace "bytes" ""
16
16
+
'';
17
17
+
14
18
strictDeps = true;
15
19
16
20
nativeBuildInputs = [ ocaml findlib ocamlbuild topkg ];