luminance-hdr: Qt 5 infrastructure update
This commit is contained in:
parent
d086276c1e
commit
1f28d76190
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
, qtbase, qtdeclarative, qttools, qtwebkit
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -21,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs =
|
||||
[
|
||||
qt5.base qt5.declarative qt5.tools qt5.webkit
|
||||
qtbase qtdeclarative qttools qtwebkit
|
||||
boost exiv2 fftwFloat gsl ilmbase lcms2 libraw libtiff openexr
|
||||
];
|
||||
|
||||
|
|
|
@ -12342,7 +12342,7 @@ let
|
|||
webkit = webkitgtk2;
|
||||
};
|
||||
|
||||
luminanceHDR = callPackage ../applications/graphics/luminance-hdr { };
|
||||
luminanceHDR = qt5.callPackage ../applications/graphics/luminance-hdr { };
|
||||
|
||||
lxdvdrip = callPackage ../applications/video/lxdvdrip { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue