summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-12-06 23:28:43 +0200
committerGitHub <noreply@github.com>2022-12-06 23:28:43 +0200
commit850fb23aa808d0c248e9a9741f800498ac7e5cb6 (patch)
treeaea8db22be7ab98128dd1c0809a009efba79bca6 /pkgs/tools/text
parent1c68ea590db0a7ff7684b2ae036fbb52ca139675 (diff)
parent07cd65bea252c7cf7aeaec9d9b63d51bb8308af5 (diff)
downloadnixpkgs-850fb23aa808d0c248e9a9741f800498ac7e5cb6.tar
nixpkgs-850fb23aa808d0c248e9a9741f800498ac7e5cb6.tar.gz
nixpkgs-850fb23aa808d0c248e9a9741f800498ac7e5cb6.tar.bz2
nixpkgs-850fb23aa808d0c248e9a9741f800498ac7e5cb6.tar.lz
nixpkgs-850fb23aa808d0c248e9a9741f800498ac7e5cb6.tar.xz
nixpkgs-850fb23aa808d0c248e9a9741f800498ac7e5cb6.tar.zst
nixpkgs-850fb23aa808d0c248e9a9741f800498ac7e5cb6.zip
Merge pull request #204214 from wegank/wxgtk30-gtk2-drop
treewide: drop wxGTK30-gtk2
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/poedit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/poedit/default.nix b/pkgs/tools/text/poedit/default.nix
index 1a9f33438c8..37fc346eb0a 100644
--- a/pkgs/tools/text/poedit/default.nix
+++ b/pkgs/tools/text/poedit/default.nix
@@ -1,4 +1,4 @@
-{ lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, gettext, pkg-config, wxGTK30-gtk3,
+{ lib, stdenv, fetchFromGitHub, autoconf, automake, libtool, gettext, pkg-config, wxGTK30,
   boost, icu, lucenepp, asciidoc, libxslt, xmlto, gtk3, gtkspell3, pugixml,
   nlohmann_json, hicolor-icon-theme, wrapGAppsHook }:
 
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ autoconf automake asciidoc wrapGAppsHook
     libxslt xmlto boost libtool pkg-config ];
 
-  buildInputs = [ lucenepp nlohmann_json wxGTK30-gtk3 icu pugixml gtk3 gtkspell3 hicolor-icon-theme ];
+  buildInputs = [ lucenepp nlohmann_json wxGTK30 icu pugixml gtk3 gtkspell3 hicolor-icon-theme ];
 
   propagatedBuildInputs = [ gettext ];