diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-10-23 00:01:57 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-10-23 12:45:13 +0200 |
| commit | 85a44ae63604eb72026ce17fb4b758a21887b600 (patch) | |
| tree | 5c31fe9925286a60262c61ee2b939d9cf6ac662b /gnu | |
| parent | 0650e91d2637dfd248cb053778226f43b636d281 (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')
| -rw-r--r-- | gnu/packages/image-processing.scm | 18 |
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.") (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 |
