mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
gnu: harfbuzz: Use G-expression.
* gnu/packages/gtk.scm (harfbuzz)[arguments]: Convert to gexp.
This commit is contained in:
parent
0e93273def
commit
4d6a9364bb
1 changed files with 4 additions and 4 deletions
|
@ -268,10 +268,10 @@ output. Experimental backends include OpenGL, BeOS, OS/2, and DirectFB.")
|
||||||
python-wrapper
|
python-wrapper
|
||||||
which))
|
which))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags `("--with-graphite2"
|
(list #:configure-flags
|
||||||
"--with-gobject"
|
#~(list "--with-graphite2"
|
||||||
,(string-append
|
"--with-gobject"
|
||||||
"--bindir=" (assoc-ref %outputs "bin") "/bin"))))
|
(string-append "--bindir=" #$output:bin "/bin"))))
|
||||||
(synopsis "OpenType text shaping engine")
|
(synopsis "OpenType text shaping engine")
|
||||||
(description
|
(description
|
||||||
"HarfBuzz is an OpenType text shaping engine.")
|
"HarfBuzz is an OpenType text shaping engine.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue