Skip to content

Commit

Permalink
Merge pull request #222058 from wegank/quisk-wx
Browse files Browse the repository at this point in the history
quisk: migrate to wxPython_4_2
  • Loading branch information
wegank authored Mar 19, 2023
2 parents 873ec5d + f5003fa commit 9d3b37c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/radio/quisk/default.nix
Original file line number Diff line number Diff line change
@@ -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";
Expand All @@ -12,7 +12,7 @@ python39Packages.buildPythonApplication rec {

buildInputs = [ fftw alsa-lib pulseaudio ];

propagatedBuildInputs = [ pyusb wxPython_4_0 ];
propagatedBuildInputs = [ pyusb wxPython_4_2 ];

doCheck = false;

Expand Down

0 comments on commit 9d3b37c

Please sign in to comment.