mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
Merge pull request #222058 from wegank/quisk-wx
quisk: migrate to wxPython_4_2
This commit is contained in:
commit
9d3b37c62f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user