diff options
Diffstat (limited to 'gnu/packages/image-processing.scm')
| -rw-r--r-- | gnu/packages/image-processing.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 75473cd1983..d6ab0b1aac5 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm | |||
| @@ -974,17 +974,18 @@ including 2D color images.") | |||
| 974 | (arguments | 974 | (arguments |
| 975 | (substitute-keyword-arguments arguments | 975 | (substitute-keyword-arguments arguments |
| 976 | ((#:configure-flags _) | 976 | ((#:configure-flags _) |
| 977 | #~(list "-DGMIC_QT_HOST=none" | 977 | #~(list "-DBUILD_WITH_QT6=ON" |
| 978 | "-DGMIC_QT_HOST=none" | ||
| 978 | "-DENABLE_DYNAMIC_LINKING=ON")) | 979 | "-DENABLE_DYNAMIC_LINKING=ON")) |
| 979 | ((#:phases phases '%standard-phases) | 980 | ((#:phases phases '%standard-phases) |
| 980 | #~(modify-phases #$phases | 981 | #~(modify-phases #$phases |
| 981 | (add-after 'unpack 'qt-chdir | 982 | (add-after 'unpack 'qt-chdir |
| 982 | (lambda _ (chdir "gmic-qt"))))))) | 983 | (lambda _ (chdir "gmic-qt"))))))) |
| 983 | (native-inputs | 984 | (native-inputs |
| 984 | (list pkg-config qttools-5)) | 985 | (list pkg-config qttools)) |
| 985 | (inputs | 986 | (inputs |
| 986 | (modify-inputs inputs | 987 | (modify-inputs inputs |
| 987 | (prepend gmic qtbase-5))) | 988 | (prepend gmic qtbase))) |
| 988 | (synopsis "Qt frontend for the G'MIC image processing framework") | 989 | (synopsis "Qt frontend for the G'MIC image processing framework") |
| 989 | (license license:gpl3+))) | 990 | (license license:gpl3+))) |
| 990 | 991 | ||
| @@ -999,7 +1000,8 @@ including 2D color images.") | |||
| 999 | (arguments | 1000 | (arguments |
| 1000 | (substitute-keyword-arguments arguments | 1001 | (substitute-keyword-arguments arguments |
| 1001 | ((#:configure-flags flags) | 1002 | ((#:configure-flags flags) |
| 1002 | #~(list "-DGMIC_QT_HOST=gimp3" | 1003 | #~(list "-DBUILD_WITH_QT6=ON" |
| 1004 | "-DGMIC_QT_HOST=gimp3" | ||
| 1003 | "-DENABLE_DYNAMIC_LINKING=ON")))) | 1005 | "-DENABLE_DYNAMIC_LINKING=ON")))) |
| 1004 | (synopsis "GIMP plugin for the G'MIC image processing framework"))) | 1006 | (synopsis "GIMP plugin for the G'MIC image processing framework"))) |
| 1005 | 1007 | ||
