Merge pull request #108980 from nagy/poedit-gtk3

poedit: use gtk3

authored by Sandro and committed by GitHub 5bbd3a63 0a680e38

+3 -3
+3 -3
pkgs/tools/text/poedit/default.nix
··· 1 - { lib, stdenv, fetchurl, autoconf, automake, libtool, gettext, pkgconfig, wxGTK30, 2 - boost, icu, lucenepp, asciidoc, libxslt, xmlto, gtk2, gtkspell2, pugixml, 3 nlohmann_json, hicolor-icon-theme, wrapGAppsHook }: 4 5 stdenv.mkDerivation rec { ··· 14 nativeBuildInputs = [ autoconf automake asciidoc wrapGAppsHook 15 libxslt xmlto boost libtool pkgconfig ]; 16 17 - buildInputs = [ lucenepp nlohmann_json wxGTK30 icu pugixml gtk2 gtkspell2 hicolor-icon-theme ]; 18 19 propagatedBuildInputs = [ gettext ]; 20
··· 1 + { lib, stdenv, fetchurl, autoconf, automake, libtool, gettext, pkgconfig, wxGTK30-gtk3, 2 + boost, icu, lucenepp, asciidoc, libxslt, xmlto, gtk3, gtkspell3, pugixml, 3 nlohmann_json, hicolor-icon-theme, wrapGAppsHook }: 4 5 stdenv.mkDerivation rec { ··· 14 nativeBuildInputs = [ autoconf automake asciidoc wrapGAppsHook 15 libxslt xmlto boost libtool pkgconfig ]; 16 17 + buildInputs = [ lucenepp nlohmann_json wxGTK30-gtk3 icu pugixml gtk3 gtkspell3 hicolor-icon-theme ]; 18 19 propagatedBuildInputs = [ gettext ]; 20