mumble: replace python and qt514 with python3 and qt5
This commit is contained in:
parent
40f27ff2be
commit
dc8bebb906
@ -1,6 +1,6 @@
|
|||||||
{ lib, stdenv, fetchurl, fetchFromGitHub, fetchpatch, pkg-config, qt5
|
{ lib, stdenv, fetchurl, fetchFromGitHub, fetchpatch, pkg-config, qt5
|
||||||
, avahi, boost, libopus, libsndfile, protobuf, speex, libcap
|
, avahi, boost, libopus, libsndfile, protobuf, speex, libcap
|
||||||
, alsaLib, python
|
, alsaLib, python3
|
||||||
, rnnoise
|
, rnnoise
|
||||||
, jackSupport ? false, libjack2 ? null
|
, jackSupport ? false, libjack2 ? null
|
||||||
, speechdSupport ? false, speechd ? null
|
, speechdSupport ? false, speechd ? null
|
||||||
@ -25,7 +25,7 @@ let
|
|||||||
patches = (source.patches or [])
|
patches = (source.patches or [])
|
||||||
++ [ ./fix-rnnoise-argument.patch ];
|
++ [ ./fix-rnnoise-argument.patch ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config python qt5.qmake ]
|
nativeBuildInputs = [ pkg-config python3 qt5.qmake ]
|
||||||
++ (overrides.nativeBuildInputs or [ ]);
|
++ (overrides.nativeBuildInputs or [ ]);
|
||||||
|
|
||||||
buildInputs = [ boost protobuf avahi ]
|
buildInputs = [ boost protobuf avahi ]
|
||||||
|
@ -23559,7 +23559,6 @@ in
|
|||||||
jackSupport = config.mumble.jackSupport or false;
|
jackSupport = config.mumble.jackSupport or false;
|
||||||
speechdSupport = config.mumble.speechdSupport or false;
|
speechdSupport = config.mumble.speechdSupport or false;
|
||||||
pulseSupport = config.pulseaudio or stdenv.isLinux;
|
pulseSupport = config.pulseaudio or stdenv.isLinux;
|
||||||
qt5 = qt514;
|
|
||||||
}).mumble;
|
}).mumble;
|
||||||
|
|
||||||
mumble_overlay = callPackage ../applications/networking/mumble/overlay.nix {
|
mumble_overlay = callPackage ../applications/networking/mumble/overlay.nix {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user