File tree 2 files changed +4
-4
lines changed
applications/networking/instant-messengers/qtox
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ mkDerivation rec {
13
13
owner = "qTox" ;
14
14
repo = "qTox" ;
15
15
rev = "v${ version } " ;
16
- sha256 = "1832ay0167qjc2vvpps507mnb0531y3d3pxmlm5nakvcwjs7vl8d " ;
16
+ sha256 = "1l1k8s10jj6nm9i33m8xhjwdhikvp7csdp6x1gxjxdj526aak8q9 " ;
17
17
} ;
18
18
19
19
buildInputs = [
20
20
libtoxcore
21
21
libpthreadstubs libXdmcp libXScrnSaver
22
- qtbase qtsvg qttools qttranslations
22
+ qtbase qtsvg qttranslations
23
23
ffmpeg filter-audio libexif libopus libsodium
24
24
libvpx openal opencv pcre qrencode sqlcipher
25
25
] ;
26
26
27
- nativeBuildInputs = [ cmake pkgconfig ] ;
27
+ nativeBuildInputs = [ cmake pkgconfig qttools ] ;
28
28
29
29
enableParallelBuilding = true ;
30
30
Original file line number Diff line number Diff line change @@ -16253,7 +16253,7 @@ with pkgs;
16253
16253
16254
16254
qtbitcointrader = callPackage ../applications/misc/qtbitcointrader { };
16255
16255
16256
- qtox = libsForQt5.callPackage ../applications/networking/instant-messengers/qtox { };
16256
+ qtox = libsForQt5.callPackage ../applications/networking/instant-messengers/qtox { ffmpeg = ffmpeg_2; };
16257
16257
16258
16258
qtpass = libsForQt5.callPackage ../applications/misc/qtpass { };
16259
16259
You can’t perform that action at this time.
0 commit comments