about summary refs log tree commit diff
path: root/pkgs/applications/radio/freedv/default.nix
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2022-10-06 00:56:43 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2022-10-06 00:56:43 +0200
commit3e25431f332bc1031482960f384474a02e2f2386 (patch)
tree7e9251a7e606f90f78a991da6877ad343504c7ef /pkgs/applications/radio/freedv/default.nix
parent7b68078ea7b5b7442336e7fd6fa5b61ff43a16e6 (diff)
freedv: wxGTK31-gtk3 -> wxGTK32
Diffstat (limited to 'pkgs/applications/radio/freedv/default.nix')
-rw-r--r--pkgs/applications/radio/freedv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/radio/freedv/default.nix b/pkgs/applications/radio/freedv/default.nix
index 2cb2e6582bfca..ba86468854822 100644
--- a/pkgs/applications/radio/freedv/default.nix
+++ b/pkgs/applications/radio/freedv/default.nix
@@ -11,7 +11,7 @@
 , portaudio
 , speexdsp
 , hamlib
-, wxGTK31-gtk3
+, wxGTK32
 , pulseSupport ? config.pulseaudio or stdenv.isLinux
 , AppKit
 , AVFoundation
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
     lpcnetfreedv
     speexdsp
     hamlib
-    wxGTK31-gtk3
+    wxGTK32
   ] ++ (if pulseSupport then [ libpulseaudio ] else [ portaudio ])
   ++ lib.optionals stdenv.isDarwin [
     AppKit