Skip to content

Commit 4fe4a6c

Browse files
authored
Merge pull request #28150 from liyishuai/patch-1
Gettext 0.4.2 avoid Fileutils 0.6.4
2 parents 0dce661 + 072772f commit 4fe4a6c

File tree

1 file changed

+1
-1
lines changed
  • packages/gettext/gettext.0.4.2

1 file changed

+1
-1
lines changed

packages/gettext/gettext.0.4.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ depends: [
1919
"ocaml" {>= "4.03.0" & < "5.0"}
2020
"dune" {>= "1.11.0"}
2121
"cppo" {build & >= "1.1.0"}
22-
"fileutils"
22+
"fileutils" {!= "0.6.4"}
2323
"ounit" {with-test & > "2.0.8" & < "2.2.6"}
2424
]
2525
synopsis: "Internationalization library (i18n)"

0 commit comments

Comments
 (0)