1
- { mkDerivation , lib , fetchFromGitHub , cmake , pkgconfig , openal , opencv ,
2
- libtoxcore , libsodium , libXScrnSaver , glib , gdk_pixbuf , gtk2 , cairo , xorg ,
3
- pango , atk , qrencode , ffmpeg , filter-audio ,
4
- qtbase , qtsvg , qttools , qttranslations , sqlcipher ,
5
- libvpx , libopus } :
1
+ { mkDerivation , lib , fetchFromGitHub , cmake , pkgconfig ,
2
+ libtoxcore ,
3
+ libpthreadstubs , libXdmcp , libXScrnSaver ,
4
+ qtbase , qtsvg , qttools , qttranslations ,
5
+ atk , cairo , ffmpeg , filter-audio , gdk_pixbuf , glib , gtk2 , libsodium , libopus ,
6
+ libvpx , openal , opencv , pango , pcre , qrencode , sqlcipher } :
6
7
7
8
mkDerivation rec {
8
9
name = "qtox-${ version } " ;
@@ -16,14 +17,12 @@ mkDerivation rec {
16
17
} ;
17
18
18
19
buildInputs = [
19
- libtoxcore openal opencv libsodium filter-audio
20
- qtbase qttools qtsvg libXScrnSaver glib gtk2 cairo
21
- pango atk qrencode ffmpeg qttranslations
22
- sqlcipher
23
- libopus libvpx
24
- ] ++ ( with xorg ; [
25
- libpthreadstubs libXdmcp
26
- ] ) ;
20
+ libtoxcore
21
+ libpthreadstubs libXdmcp libXScrnSaver
22
+ qtbase qtsvg qttools qttranslations
23
+ atk cairo ffmpeg filter-audio gdk_pixbuf glib gtk2 libopus libsodium
24
+ libvpx openal opencv pango pcre qrencode sqlcipher
25
+ ] ;
27
26
28
27
nativeBuildInputs = [ cmake pkgconfig ] ;
29
28
0 commit comments