File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
cabal2nix/src/Distribution/Nixpkgs/Haskell/FromCabal Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,14 @@ libNixName "gthread-2.0" = return "glib"
8282libNixName " gtk+-2.0" = return " gtk2"
8383libNixName " gtk+-3.0" = return " gtk3"
8484libNixName " gtk-x11-2.0" = return " gtk_x11"
85+ libNixName " gtk4-atspi" = return " gtk4"
86+ libNixName " gtk4-broadway" = return " gtk4"
87+ libNixName " gtk4" = return " gtk4"
88+ libNixName " gtk4-unix-print" = return " gtk4"
89+ libNixName " gtk4-wayland" = return " gtk4"
90+ libNixName " gtk4-x11" = return " gtk4"
8591libNixName " gtksourceview-3.0" = return " gtksourceview3"
92+ libNixName " gtksourceview-5" = return " gtksourceview5"
8693libNixName " harfbuzz-gobject" = return " harfbuzz"
8794libNixName " harfbuzz-subset" = return " harfbuzz"
8895libNixName " hidapi-libusb" = return " hidapi"
You can’t perform that action at this time.
0 commit comments