diff options
Diffstat (limited to 'gnu/packages/image-processing.scm')
-rw-r--r-- | gnu/packages/image-processing.scm | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 6f57c3a557..8899272d33 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -1025,6 +1025,7 @@ recalculates.") (build-system qt-build-system) (arguments (list + #:qtbase qtbase #:build-type "Release" ; 542 MiB in release mode #:tests? #f ; Downloads test data #:configure-flags @@ -1173,6 +1174,7 @@ recalculates.") libtiff libxcursor libxml2 + libxslt libxt lz4 lzip @@ -1190,15 +1192,13 @@ recalculates.") python-mpi4py python-numpy python-wrapper - qtbase-5 - qtdeclarative-5 - qtmultimedia-5 - qtsvg-5 - qttools-5 - qtwebchannel-5 - qtwebengine-5 - qtx11extras - qtxmlpatterns-5 + qt5compat + qtdeclarative + qtmultimedia + qtsvg + qttools + qtwebchannel + qtwebengine sdl2 sqlite tbb @@ -2061,14 +2061,15 @@ processing pipelines.") (native-inputs (list python-pytest python-pytest-qt - xorg-server-for-tests - python-wheel)) + python-setuptools + xorg-server-for-tests)) (propagated-inputs (list python-imgviz python-matplotlib python-natsort python-numpy python-pillow + python-pyqt python-pyyaml python-qtpy python-termcolor)) |