mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: luminance-hdr: Replace dependency on QtWebKit with QtWebEngine.
See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/image-viewers.scm (luminance-hdr)[inputs]: Remove qtwebkit. Add qtwebengine, qtdeclarative, and qtwebchannel.
This commit is contained in:
parent
f3d0ed37ea
commit
4bd060909d
1 changed files with 3 additions and 1 deletions
|
@ -607,7 +607,6 @@ (define-public luminance-hdr
|
|||
`(("qtbase" ,qtbase-5)
|
||||
("qtdeclarative" ,qtdeclarative)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qtwebkit" ,qtwebkit)
|
||||
("boost" ,boost)
|
||||
("eigen" ,eigen)
|
||||
;; ("gtest" ,gtest)
|
||||
|
@ -618,6 +617,9 @@ (define-public luminance-hdr
|
|||
("libjpeg" ,libjpeg-turbo)
|
||||
("lcms" ,lcms)
|
||||
("openexr" ,openexr-2)
|
||||
("qtwebengine" ,qtwebengine)
|
||||
("qtdeclarative" ,qtdeclarative)
|
||||
("qtwebchannel" ,qtwebchannel)
|
||||
("fftw" ,fftwf)
|
||||
("gsl" ,gsl)
|
||||
("libtiff" ,libtiff)))
|
||||
|
|
Loading…
Reference in a new issue