tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
luminance-hdr: Qt 5 infrastructure update
Thomas Tuegel
10 years ago
1f28d761
d086276c
+4
-3
2 changed files
expand all
collapse all
unified
split
pkgs
applications
graphics
luminance-hdr
default.nix
top-level
all-packages.nix
+3
-2
pkgs/applications/graphics/luminance-hdr/default.nix
···
1
1
-
{ stdenv, cmake, fetchurl, fetchpatch, pkgconfig, qt5, boost, exiv2, fftwFloat, gsl
1
1
+
{ stdenv, cmake, fetchurl, fetchpatch, pkgconfig, boost, exiv2, fftwFloat, gsl
2
2
, ilmbase, lcms2, libraw, libtiff, openexr
3
3
+
, qtbase, qtdeclarative, qttools, qtwebkit
3
4
}:
4
5
5
6
stdenv.mkDerivation rec {
···
21
22
22
23
buildInputs =
23
24
[
24
24
-
qt5.base qt5.declarative qt5.tools qt5.webkit
25
25
+
qtbase qtdeclarative qttools qtwebkit
25
26
boost exiv2 fftwFloat gsl ilmbase lcms2 libraw libtiff openexr
26
27
];
27
28
+1
-1
pkgs/top-level/all-packages.nix
···
12342
12342
webkit = webkitgtk2;
12343
12343
};
12344
12344
12345
12345
-
luminanceHDR = callPackage ../applications/graphics/luminance-hdr { };
12345
12345
+
luminanceHDR = qt5.callPackage ../applications/graphics/luminance-hdr { };
12346
12346
12347
12347
lxdvdrip = callPackage ../applications/video/lxdvdrip { };
12348
12348