Skip to content

Commit d1af454

Browse files
authored
Fix Gajim GTK
1 parent d60eb45 commit d1af454

File tree

1 file changed

+4
-4
lines changed
  • pkgs/applications/networking/instant-messengers/gajim

1 file changed

+4
-4
lines changed

pkgs/applications/networking/instant-messengers/gajim/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
# Native dependencies
88
python3,
9-
gtk3,
9+
gtk4,
1010
gobject-introspection,
1111
adwaita-icon-theme,
12-
gtksourceview4,
12+
gtksourceview5,
1313
glib-networking,
1414

1515
# Test dependencies
@@ -51,9 +51,9 @@ python3.pkgs.buildPythonApplication rec {
5151

5252
buildInputs =
5353
[
54-
gtk3
54+
gtk4
5555
adwaita-icon-theme
56-
gtksourceview4
56+
gtksourceview5
5757
glib-networking
5858
]
5959
++ lib.optionals enableJingle [

0 commit comments

Comments
 (0)