guestfs-tools: fix build

OCaml was unpinned in #349339, but gettext is only available for OCaml < 5.0.
This commit is contained in:
Martin Joerg
2024-10-22 13:51:37 +00:00
parent 92feb4fd19
commit 012e588480
@@ -55,9 +55,7 @@ stdenv.mkDerivation rec {
]) ++
(with ocamlPackages; [
findlib
gettext-stub
ocaml
ocaml_gettext
ounit2
]);