summaryrefslogtreecommitdiff
path: root/gnu/packages/image-processing.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-10-23 00:01:57 +0200
committerAndreas Enge <andreas@enge.fr>2025-10-23 12:45:13 +0200
commit85a44ae63604eb72026ce17fb4b758a21887b600 (patch)
tree5c31fe9925286a60262c61ee2b939d9cf6ac662b /gnu/packages/image-processing.scm
parent0650e91d2637dfd248cb053778226f43b636d281 (diff)
gnu: paraview: Build with Qt6.
* gnu/packages/image-processing.scm (paraview)[inputs]: Remove qtbase-5, qtdeclarative-5, qtmultimedia-5, qtsvg-5, qttools-5, qtwebchannel-5, qtwebengine-5, qtx11extras, and qtxmlpatterns-5; add libxslt, qt5compat, qtdeclarative, qtmultimedia, qtsvg, qttools, qtwebchannel, and qtwebengine. Change-Id: Ie59132a7809763bd6cc1721373998ac8fddc94af
Diffstat (limited to 'gnu/packages/image-processing.scm')
-rw-r--r--gnu/packages/image-processing.scm18
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 6f57c3a5574..e6f1b8315fb 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -1025,6 +1025,7 @@ recalculates.")
1025 (build-system qt-build-system) 1025 (build-system qt-build-system)
1026 (arguments 1026 (arguments
1027 (list 1027 (list
1028 #:qtbase qtbase
1028 #:build-type "Release" ; 542 MiB in release mode 1029 #:build-type "Release" ; 542 MiB in release mode
1029 #:tests? #f ; Downloads test data 1030 #:tests? #f ; Downloads test data
1030 #:configure-flags 1031 #:configure-flags
@@ -1173,6 +1174,7 @@ recalculates.")
1173 libtiff 1174 libtiff
1174 libxcursor 1175 libxcursor
1175 libxml2 1176 libxml2
1177 libxslt
1176 libxt 1178 libxt
1177 lz4 1179 lz4
1178 lzip 1180 lzip
@@ -1190,15 +1192,13 @@ recalculates.")
1190 python-mpi4py 1192 python-mpi4py
1191 python-numpy 1193 python-numpy
1192 python-wrapper 1194 python-wrapper
1193 qtbase-5 1195 qt5compat
1194 qtdeclarative-5 1196 qtdeclarative
1195 qtmultimedia-5 1197 qtmultimedia
1196 qtsvg-5 1198 qtsvg
1197 qttools-5 1199 qttools
1198 qtwebchannel-5 1200 qtwebchannel
1199 qtwebengine-5 1201 qtwebengine
1200 qtx11extras
1201 qtxmlpatterns-5
1202 sdl2 1202 sdl2
1203 sqlite 1203 sqlite
1204 tbb 1204 tbb