luminance-hdr: Qt 5 infrastructure update
This commit is contained in:
parent
d086276c1e
commit
1f28d76190
@ -1,5 +1,6 @@
|
|||||||
{ stdenv, cmake, fetchurl, fetchpatch, pkgconfig, qt5, boost, exiv2, fftwFloat, gsl
|
{ stdenv, cmake, fetchurl, fetchpatch, pkgconfig, boost, exiv2, fftwFloat, gsl
|
||||||
, ilmbase, lcms2, libraw, libtiff, openexr
|
, ilmbase, lcms2, libraw, libtiff, openexr
|
||||||
|
, qtbase, qtdeclarative, qttools, qtwebkit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -21,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[
|
[
|
||||||
qt5.base qt5.declarative qt5.tools qt5.webkit
|
qtbase qtdeclarative qttools qtwebkit
|
||||||
boost exiv2 fftwFloat gsl ilmbase lcms2 libraw libtiff openexr
|
boost exiv2 fftwFloat gsl ilmbase lcms2 libraw libtiff openexr
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -12342,7 +12342,7 @@ let
|
|||||||
webkit = webkitgtk2;
|
webkit = webkitgtk2;
|
||||||
};
|
};
|
||||||
|
|
||||||
luminanceHDR = callPackage ../applications/graphics/luminance-hdr { };
|
luminanceHDR = qt5.callPackage ../applications/graphics/luminance-hdr { };
|
||||||
|
|
||||||
lxdvdrip = callPackage ../applications/video/lxdvdrip { };
|
lxdvdrip = callPackage ../applications/video/lxdvdrip { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user