mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: harfbuzz: Remove input labels.
...and reindent. * gnu/packages/gtk.scm (harfbuzz)[inputs]: Remove labels.
This commit is contained in:
parent
febdbf0111
commit
21a895a27b
1 changed files with 35 additions and 35 deletions
|
@ -262,11 +262,11 @@ output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.")
|
|||
;; 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue