Adding qtox. Making libtoxcore propagate libvpx.

This commit is contained in:
Lluís Batlle i Rossell
2014-09-18 09:51:43 +02:00
parent 1b6101775d
commit 04b3932117
3 changed files with 35 additions and 2 deletions

View File

@@ -37,10 +37,12 @@ stdenv.mkDerivation rec {
buildInputs = [
autoconf libtool automake libsodium ncurses libopus
libvpx check libconfig pkgconfig
check libconfig pkgconfig
];
doCheck = false; # certian tests fail, upstream advice is to wait
propagatedBuildInputs = [ libvpx ];
doCheck = true;
meta = {
description = "P2P FOSS instant messaging application aimed to replace Skype with crypto";