mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
a03d6d1bd6
commit
ac139ed47f
1 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue