quisk: migrate to wxPython_4_2

This commit is contained in:
Weijia Wang 2023-03-19 20:06:54 +02:00
parent ba95c7066c
commit f5003fa490

View File

@ -1,5 +1,5 @@
{ lib, python39Packages, fetchPypi
, fftw, alsa-lib, pulseaudio, pyusb, wxPython_4_0 }:
, fftw, alsa-lib, pulseaudio, pyusb, wxPython_4_2 }:
python39Packages.buildPythonApplication rec {
pname = "quisk";
@ -12,7 +12,7 @@ python39Packages.buildPythonApplication rec {
buildInputs = [ fftw alsa-lib pulseaudio ];
propagatedBuildInputs = [ pyusb wxPython_4_0 ];
propagatedBuildInputs = [ pyusb wxPython_4_2 ];
doCheck = false;