mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
quisk: migrate to wxPython_4_2
This commit is contained in:
parent
ba95c7066c
commit
f5003fa490
@ -1,5 +1,5 @@
|
|||||||
{ lib, python39Packages, fetchPypi
|
{ lib, python39Packages, fetchPypi
|
||||||
, fftw, alsa-lib, pulseaudio, pyusb, wxPython_4_0 }:
|
, fftw, alsa-lib, pulseaudio, pyusb, wxPython_4_2 }:
|
||||||
|
|
||||||
python39Packages.buildPythonApplication rec {
|
python39Packages.buildPythonApplication rec {
|
||||||
pname = "quisk";
|
pname = "quisk";
|
||||||
@ -12,7 +12,7 @@ python39Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
buildInputs = [ fftw alsa-lib pulseaudio ];
|
buildInputs = [ fftw alsa-lib pulseaudio ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ pyusb wxPython_4_0 ];
|
propagatedBuildInputs = [ pyusb wxPython_4_2 ];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user