mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: zbar: Improve style.
* gnu/packages/aidc.scm (zbar)[native-inputs, inputs]: Improve style. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
f3a897065a
commit
f02121f036
1 changed files with 15 additions and 15 deletions
|
@ -194,22 +194,22 @@ C/C++ programs to use its capabilities without restrictions or overhead.")
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/etc"))))
|
"/etc"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
(list autoconf
|
||||||
("automake" ,automake)
|
automake
|
||||||
("gettext" ,gettext-minimal)
|
gettext-minimal
|
||||||
("glib" ,glib "bin")
|
`(,glib "bin")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("libtool" ,libtool)
|
libtool
|
||||||
("pkg-config" ,pkg-config)
|
patchelf
|
||||||
("python-wrapper" ,python-wrapper)))
|
pkg-config
|
||||||
|
python-wrapper))
|
||||||
(inputs
|
(inputs
|
||||||
`(("dbus" ,dbus)
|
(list dbus
|
||||||
("imagemagick" ,imagemagick)
|
imagemagick
|
||||||
("libjpeg" ,libjpeg-turbo)
|
libjpeg-turbo
|
||||||
("perl" ,perl)
|
perl
|
||||||
("python" ,python)
|
python
|
||||||
("qtx11extras" ,qtx11extras)
|
v4l-utils))
|
||||||
("v4l-utils" ,v4l-utils)))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; These are in 'requires' field of .pc files.
|
;; These are in 'requires' field of .pc files.
|
||||||
(list glib gtk+ qtbase-5))
|
(list glib gtk+ qtbase-5))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue