gnu: harfbuzz: Remove input labels.

...and reindent.

* gnu/packages/gtk.scm (harfbuzz)[inputs]: Remove labels.
This commit is contained in:
Marius Bakke 2022-06-27 19:43:41 +02:00
parent febdbf0111
commit 21a895a27b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -255,18 +255,18 @@ output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.")
"0c5mzwgz43d37h75p4b6cgjg4v24jdd96i7gjpgxirn8qks2i5m4"))))
(build-system gnu-build-system)
(outputs '("out"
"bin")) ; 160K, only hb-view depend on cairo
"bin")) ;160K, only hb-view depend on cairo
(inputs
(list cairo))
(propagated-inputs
;; There are all in the Requires or Requires.private field of '.pc'.
(list glib graphite2 icu4c))
(native-inputs
`(("glib:bin" ,glib "bin") ;for glib-mkenums
("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)
("python" ,python-wrapper)
("which" ,which)))
(list `(,glib "bin") ;for glib-mkenums
gobject-introspection
pkg-config
python-wrapper
which))
(arguments
`(#:configure-flags `("--with-graphite2"
"--with-gobject"