summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorDaniel Nagy <danielnagy@posteo.de>2021-01-10 22:35:07 +0100
committerDaniel Nagy <danielnagy@posteo.de>2021-01-11 19:02:23 +0100
commit51cb6bffedc89a15389794c7fbcac94eeed7f43f (patch)
tree1122321472e1dca2099efcfb213e8f4842e5cefa /pkgs/tools/text
parent2085146f4db60c4734ec7a2849cace824c0fd847 (diff)
poedit: use gtk3
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/poedit/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/poedit/default.nix b/pkgs/tools/text/poedit/default.nix
index f6e5e4a9ebbc..54c3da224d80 100644
--- a/pkgs/tools/text/poedit/default.nix
+++ b/pkgs/tools/text/poedit/default.nix
@@ -1,5 +1,5 @@
-{ lib, stdenv, fetchurl, autoconf, automake, libtool, gettext, pkgconfig, wxGTK30,
- boost, icu, lucenepp, asciidoc, libxslt, xmlto, gtk2, gtkspell2, pugixml,
+{ lib, stdenv, fetchurl, autoconf, automake, libtool, gettext, pkgconfig, wxGTK30-gtk3,
+ boost, icu, lucenepp, asciidoc, libxslt, xmlto, gtk3, gtkspell3, pugixml,
nlohmann_json, hicolor-icon-theme, wrapGAppsHook }:
stdenv.mkDerivation rec {
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoconf automake asciidoc wrapGAppsHook
libxslt xmlto boost libtool pkgconfig ];
- buildInputs = [ lucenepp nlohmann_json wxGTK30 icu pugixml gtk2 gtkspell2 hicolor-icon-theme ];
+ buildInputs = [ lucenepp nlohmann_json wxGTK30-gtk3 icu pugixml gtk3 gtkspell3 hicolor-icon-theme ];
propagatedBuildInputs = [ gettext ];