mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05: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 @@ (define-public harfbuzz
|
|||
python-wrapper
|
||||
which))
|
||||
(arguments
|
||||
`(#:configure-flags `("--with-graphite2"
|
||||
"--with-gobject"
|
||||
,(string-append
|
||||
"--bindir=" (assoc-ref %outputs "bin") "/bin"))))
|
||||
(list #:configure-flags
|
||||
#~(list "--with-graphite2"
|
||||
"--with-gobject"
|
||||
(string-append "--bindir=" #$output:bin "/bin"))))
|
||||
(synopsis "OpenType text shaping engine")
|
||||
(description
|
||||
"HarfBuzz is an OpenType text shaping engine.")
|
||||
|
|
Loading…
Reference in a new issue