mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
luminance-hdr: use Qt5's mkDerivation
This commit is contained in:
parent
f74f2f3548
commit
b233a19fe1
@ -1,9 +1,10 @@
|
||||
{ stdenv, cmake, fetchFromGitHub, pkgconfig, boost, exiv2, fftwFloat, gsl
|
||||
{ stdenv, mkDerivation, cmake, fetchFromGitHub, pkgconfig
|
||||
, boost, exiv2, fftwFloat, gsl
|
||||
, ilmbase, lcms2, libraw, libtiff, openexr
|
||||
, qtbase, qtdeclarative, qttools, qtwebengine, eigen
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
mkDerivation rec {
|
||||
pname = "luminance-hdr";
|
||||
version = "2.6.0";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user