Skip to content

Commit 1529295

Browse files
committedNov 9, 2017
qtox: fix compilation
1 parent 364eebd commit 1529295

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎pkgs/applications/networking/instant-messengers/qtox/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ mkDerivation rec {
1313
owner = "qTox";
1414
repo = "qTox";
1515
rev = "v${version}";
16-
sha256 = "1832ay0167qjc2vvpps507mnb0531y3d3pxmlm5nakvcwjs7vl8d";
16+
sha256 = "1l1k8s10jj6nm9i33m8xhjwdhikvp7csdp6x1gxjxdj526aak8q9";
1717
};
1818

1919
buildInputs = [
2020
libtoxcore
2121
libpthreadstubs libXdmcp libXScrnSaver
22-
qtbase qtsvg qttools qttranslations
22+
qtbase qtsvg qttranslations
2323
ffmpeg filter-audio libexif libopus libsodium
2424
libvpx openal opencv pcre qrencode sqlcipher
2525
];
2626

27-
nativeBuildInputs = [ cmake pkgconfig ];
27+
nativeBuildInputs = [ cmake pkgconfig qttools ];
2828

2929
enableParallelBuilding = true;
3030

‎pkgs/top-level/all-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -16253,7 +16253,7 @@ with pkgs;
1625316253

1625416254
qtbitcointrader = callPackage ../applications/misc/qtbitcointrader { };
1625516255

16256-
qtox = libsForQt5.callPackage ../applications/networking/instant-messengers/qtox { };
16256+
qtox = libsForQt5.callPackage ../applications/networking/instant-messengers/qtox { ffmpeg = ffmpeg_2; };
1625716257

1625816258
qtpass = libsForQt5.callPackage ../applications/misc/qtpass { };
1625916259

0 commit comments

Comments
 (0)
Please sign in to comment.