diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2025-06-29 15:41:37 -0300 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-30 13:35:10 +0100 |
| commit | ac139ed47f6e8311f7a931892cd80189f89770a5 (patch) | |
| tree | e0d56abaf2af981272059f520e24fbeecce93de8 /gnu/packages/image-processing.scm | |
| parent | a03d6d1bd65e52461170abcddac1c1409e162d37 (diff) | |
gnu: vips: Stylistic rewrite.
* gnu/packages/image-processing.scm (vips): Stylistic rewrite.
[native-inputs]: Reorder and write in column.
[inputs]: Reorder and write in column.
Change-Id: I04cc93e9d989c3f7fa6f0d07c76f073c615e3f4c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/image-processing.scm')
| -rw-r--r-- | gnu/packages/image-processing.scm | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index cf6da9bbb50..612fac0d253 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -759,9 +759,14 @@ the OpenCV-Python library.") (base32 "0qy3vsh8mrkdbmdyfandydfp0miqqqiisqfagp1mnwd5xvwyqwm2")))) (build-system meson-build-system) (native-inputs - (list gobject-introspection `(,glib "bin") pkg-config)) + (list `(,glib "bin") + gobject-introspection + pkg-config)) (inputs - (list glib hdf5 imagemagick poppler)) + (list glib + hdf5 + imagemagick + poppler)) ;; Propagated to satisfy vips.pc. (propagated-inputs (list expat |
