qtox: fix compilation
This commit is contained in:
parent
364eebd16f
commit
1529295c9b
@ -13,18 +13,18 @@ mkDerivation rec {
|
|||||||
owner = "qTox";
|
owner = "qTox";
|
||||||
repo = "qTox";
|
repo = "qTox";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1832ay0167qjc2vvpps507mnb0531y3d3pxmlm5nakvcwjs7vl8d";
|
sha256 = "1l1k8s10jj6nm9i33m8xhjwdhikvp7csdp6x1gxjxdj526aak8q9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libtoxcore
|
libtoxcore
|
||||||
libpthreadstubs libXdmcp libXScrnSaver
|
libpthreadstubs libXdmcp libXScrnSaver
|
||||||
qtbase qtsvg qttools qttranslations
|
qtbase qtsvg qttranslations
|
||||||
ffmpeg filter-audio libexif libopus libsodium
|
ffmpeg filter-audio libexif libopus libsodium
|
||||||
libvpx openal opencv pcre qrencode sqlcipher
|
libvpx openal opencv pcre qrencode sqlcipher
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig qttools ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
@ -16253,7 +16253,7 @@ with pkgs;
|
|||||||
|
|
||||||
qtbitcointrader = callPackage ../applications/misc/qtbitcointrader { };
|
qtbitcointrader = callPackage ../applications/misc/qtbitcointrader { };
|
||||||
|
|
||||||
qtox = libsForQt5.callPackage ../applications/networking/instant-messengers/qtox { };
|
qtox = libsForQt5.callPackage ../applications/networking/instant-messengers/qtox { ffmpeg = ffmpeg_2; };
|
||||||
|
|
||||||
qtpass = libsForQt5.callPackage ../applications/misc/qtpass { };
|
qtpass = libsForQt5.callPackage ../applications/misc/qtpass { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user