vokoscreen: don't use qt.full

This commit is contained in:
Nikolay Amiantov 2017-02-03 18:20:14 +03:00
parent f0564ae299
commit de9017ee68
2 changed files with 9 additions and 8 deletions

View file

@ -1,5 +1,5 @@
{ stdenv, fetchgit
, pkgconfig, qt5, alsaLib, libv4l, xorg
, pkgconfig, qtbase, qttools, qmakeHook, qtx11extras, alsaLib, libv4l, libXrandr
, ffmpeg
}:
@ -12,13 +12,14 @@ stdenv.mkDerivation {
};
buildInputs = [
alsaLib.dev
libv4l.dev
alsaLib
libv4l
pkgconfig
qt5.full
qt5.qmakeHook
qt5.qtx11extras
xorg.libXrandr.dev
qtbase
qttools
qmakeHook
qtx11extras
libXrandr
];
patches = [

View file

@ -17831,7 +17831,7 @@ with pkgs;
vips = callPackage ../tools/graphics/vips { };
nip2 = callPackage ../tools/graphics/nip2 { };
vokoscreen = callPackage ../applications/video/vokoscreen { };
vokoscreen = qt5.callPackage ../applications/video/vokoscreen { };
wavegain = callPackage ../applications/audio/wavegain { };