qstopmotion: use libsForQt5.callPackage properly

This commit is contained in:
Doron Behar 2020-04-25 21:18:23 +03:00
parent 59588b68cd
commit f0b1ace473

View File

@ -1,7 +1,11 @@
{ stdenv { stdenv
, mkDerivation , mkDerivation
, fetchurl , fetchurl
, qt5 , qtbase
, qtmultimedia
, qtquickcontrols
, qtimageformats
, qtxmlpatterns
, ffmpeg , ffmpeg
, guvcview , guvcview
, cmake , cmake
@ -27,18 +31,18 @@ mkDerivation rec {
sha256 = "03r6jxyq0bak2vsy2b78nk27m7fm96hnl8cx11l3l17704j4iglh"; sha256 = "03r6jxyq0bak2vsy2b78nk27m7fm96hnl8cx11l3l17704j4iglh";
}; };
buildInputs = with qt5; [ buildInputs = [
v4l-utils
libv4l
pcre
qtbase qtbase
qtmultimedia qtmultimedia
ffmpeg
guvcview
qwt
qtquickcontrols qtquickcontrols
qtimageformats qtimageformats
qtxmlpatterns qtxmlpatterns
v4l-utils
libv4l
pcre
ffmpeg
guvcview
qwt
]; ];
nativeBuildInputs = [ nativeBuildInputs = [