qtox: Qt 5 infrastructure update
This commit is contained in:
parent
249e5f732a
commit
de5898a495
@ -1,6 +1,7 @@
|
|||||||
{ stdenv, fetchgit, pkgconfig, libtoxcore-dev, qt5, openal, opencv,
|
{ stdenv, fetchgit, pkgconfig, libtoxcore-dev, openal, opencv,
|
||||||
libsodium, libXScrnSaver, glib, gdk_pixbuf, gtk2, cairo,
|
libsodium, libXScrnSaver, glib, gdk_pixbuf, gtk2, cairo,
|
||||||
pango, atk, qrencode, ffmpeg, filter-audio, makeWrapper }:
|
pango, atk, qrencode, ffmpeg, filter-audio, makeWrapper,
|
||||||
|
qtbase, qtsvg, qttools, qttranslations }:
|
||||||
|
|
||||||
let
|
let
|
||||||
revision = "1673b43e26c853f6446f228fec083af166cbf446";
|
revision = "1673b43e26c853f6446f228fec083af166cbf446";
|
||||||
@ -18,8 +19,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs =
|
buildInputs =
|
||||||
[
|
[
|
||||||
libtoxcore-dev openal opencv libsodium filter-audio
|
libtoxcore-dev openal opencv libsodium filter-audio
|
||||||
qt5.base qt5.tools libXScrnSaver glib gtk2 cairo
|
qtbase qttools libXScrnSaver glib gtk2 cairo
|
||||||
pango atk qrencode ffmpeg qt5.translations makeWrapper
|
pango atk qrencode ffmpeg qttranslations makeWrapper
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
@ -46,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp qtox $out/bin
|
cp qtox $out/bin
|
||||||
wrapProgram $out/bin/qtox \
|
wrapProgram $out/bin/qtox \
|
||||||
--prefix QT_PLUGIN_PATH : ${qt5.svg}/lib/qt5/plugins
|
--prefix QT_PLUGIN_PATH : ${qtsvg}/lib/qt5/plugins
|
||||||
'';
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
@ -12879,7 +12879,7 @@ let
|
|||||||
|
|
||||||
qsynth = callPackage ../applications/audio/qsynth { };
|
qsynth = callPackage ../applications/audio/qsynth { };
|
||||||
|
|
||||||
qtox = callPackage ../applications/networking/instant-messengers/qtox { };
|
qtox = qt5.callPackage ../applications/networking/instant-messengers/qtox { };
|
||||||
|
|
||||||
qtpass = qt5.callPackage ../applications/misc/qtpass { };
|
qtpass = qt5.callPackage ../applications/misc/qtpass { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user