mumble: replace python and qt514 with python3 and qt5

This commit is contained in:
TredwellGit 2021-01-25 08:49:31 +00:00
parent 40f27ff2be
commit dc8bebb906
2 changed files with 2 additions and 3 deletions

@ -1,6 +1,6 @@
{ lib, stdenv, fetchurl, fetchFromGitHub, fetchpatch, pkg-config, qt5
, avahi, boost, libopus, libsndfile, protobuf, speex, libcap
, alsaLib, python
, alsaLib, python3
, rnnoise
, jackSupport ? false, libjack2 ? null
, speechdSupport ? false, speechd ? null
@ -25,7 +25,7 @@ let
patches = (source.patches or [])
++ [ ./fix-rnnoise-argument.patch ];
nativeBuildInputs = [ pkg-config python qt5.qmake ]
nativeBuildInputs = [ pkg-config python3 qt5.qmake ]
++ (overrides.nativeBuildInputs or [ ]);
buildInputs = [ boost protobuf avahi ]

@ -23559,7 +23559,6 @@ in
jackSupport = config.mumble.jackSupport or false;
speechdSupport = config.mumble.speechdSupport or false;
pulseSupport = config.pulseaudio or stdenv.isLinux;
qt5 = qt514;
}).mumble;
mumble_overlay = callPackage ../applications/networking/mumble/overlay.nix {