ocamlPackages.uuidm: fix for OCaml 5.0
This commit is contained in:
parent
93ebabefb2
commit
76a1f69525
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "sha256-/GZbkJVDQu1UY8SliK282kUWAVMfOnpQadUlRT/tJrM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pkg/META --replace "bytes" ""
|
||||
'';
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [ ocaml findlib ocamlbuild topkg ];
|
||||
|
|
Loading…
Reference in a new issue