guestfs-tools: fix build
OCaml was unpinned in #349339, but gettext is only available for OCaml < 5.0.
This commit is contained in:
@@ -55,9 +55,7 @@ stdenv.mkDerivation rec {
|
||||
]) ++
|
||||
(with ocamlPackages; [
|
||||
findlib
|
||||
gettext-stub
|
||||
ocaml
|
||||
ocaml_gettext
|
||||
ounit2
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user