freedv: wxGTK31-gtk3 -> wxGTK32

This commit is contained in:
Weijia Wang 2022-10-06 00:56:43 +02:00
parent 7b68078ea7
commit 3e25431f33

View File

@ -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