about summary refs log tree commit diff
path: root/pkgs/applications/video
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/applications/video
parent1c68ea590db0a7ff7684b2ae036fbb52ca139675 (diff)
parent07cd65bea252c7cf7aeaec9d9b63d51bb8308af5 (diff)
Merge pull request #204214 from wegank/wxgtk30-gtk2-drop
treewide: drop wxGTK30-gtk2
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/dvdstyler/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/dvdstyler/default.nix b/pkgs/applications/video/dvdstyler/default.nix
index 8d42c2b2bfd66..cd36914583364 100644
--- a/pkgs/applications/video/dvdstyler/default.nix
+++ b/pkgs/applications/video/dvdstyler/default.nix
@@ -17,7 +17,7 @@
 , libjpeg
 , pkg-config
 , wrapGAppsHook
-, wxGTK30-gtk3 # crash with wxGTK30 with GTK2 compat
+, wxGTK30 # crash with wxGTK30 with GTK2 compat
 , wxSVG
 , xine-ui
 , xmlto
@@ -62,7 +62,7 @@ in stdenv.mkDerivation rec {
     libexif
     libjpeg
     wxSVG
-    wxGTK30-gtk3
+    wxGTK30
     xine-ui
  ]
   ++ optionals dvdisasterSupport [ dvdisaster ]