this repo has no description

Merge pull request #19045 from ocaml/conf-gtk2-homebrew

conf-gtk2: Fix homebrew (real package name is gtk+, gtk is an alias)

Changed files
+1 -1
packages
conf-gtk2
conf-gtk2.1
+1 -1
packages/conf-gtk2/conf-gtk2.1/opam
···
["gtk2-devel"] {os-family = "suse"}
["gtk2"] {os-family = "arch"}
["gtk2"] {os-distribution = "nixos"}
-
["gtk" "expat"] {os-distribution = "homebrew" & os = "macos"}
+
["gtk+" "expat"] {os-distribution = "homebrew" & os = "macos"}
]
synopsis: "Virtual package relying on gtk2"
description: