qstopmotion: use libsForQt5.callPackage properly
This commit is contained in:
parent
59588b68cd
commit
f0b1ace473
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user