Merge pull request #222058 from wegank/quisk-wx

quisk: migrate to wxPython_4_2
This commit is contained in:
Weijia Wang 2023-03-19 20:53:44 +02:00 committed by GitHub
commit 9d3b37c62f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;