File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
pkgs/applications/networking/mumble Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 44 fetchFromGitHub ,
55 fetchpatch ,
66 pkg-config ,
7- qt5 ,
7+ qt6 ,
88 cmake ,
99 ninja ,
1010 avahi ,
5555 ninja
5656 pkg-config
5757 python3
58- qt5 . wrapQtAppsHook
59- qt5 . qttools
58+ qt6 . wrapQtAppsHook
59+ qt6 . qttools
6060 makeBinaryWrapper
6161 ]
6262 ++ ( overrides . nativeBuildInputs or [ ] ) ;
107107
108108 platforms = lib . platforms . darwin ;
109109 nativeBuildInputs = [
110- qt5 . qttools
110+ qt6 . qttools
111111 ] ;
112112
113113 buildInputs = [
117117 libsndfile
118118 libvorbis
119119 speexdsp
120- qt5 . qtsvg
120+ qt6 . qtsvg
121121 rnnoise
122122 ]
123123 ++ lib . optional ( ! jackSupport && alsaSupport ) alsa-lib
151151 env . NIX_CFLAGS_COMPILE = lib . optionalString speechdSupport "-I${ speechd-minimal } /include/speech-dispatcher" ;
152152
153153 patches = [
154- ./disable-overlay-build.patch
155- ./fix-plugin-copy.patch
154+ # ./disable-overlay-build.patch
155+ # ./fix-plugin-copy.patch
156156 ] ;
157157
158158 postInstall = lib . optionalString stdenv . hostPlatform . isDarwin ''
@@ -216,14 +216,14 @@ let
216216 } source ;
217217
218218 source = rec {
219- version = "1.5.857 " ;
219+ version = "1.6.870 " ;
220220
221221 # Needs submodules
222222 src = fetchFromGitHub {
223223 owner = "mumble-voip" ;
224224 repo = "mumble" ;
225225 tag = "v${ version } " ;
226- hash = "sha256-4ySak2nzT8p48waMgBc9kLrvFB8716e7p0G4trzuh1k =" ;
226+ hash = "sha256-FpZbFY/RvQOEDQAXkm1f5Oy00UUG11Az7LJnWfoinOM =" ;
227227 fetchSubmodules = true ;
228228 } ;
229229 } ;
You can’t perform that action at this time.
0 commit comments