mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: libxfont: Do not build static libraries.
* gnu/packages/xorg.scm (libxfont)[arguments]: New field.
This commit is contained in:
parent
e36506a4fe
commit
41d9a0927e
1 changed files with 2 additions and 0 deletions
|
@ -4942,6 +4942,8 @@ (define-public libxfont
|
|||
(base32
|
||||
"0hiji1bvpl78aj3a3141hkk353aich71wv8l5l2z51scfy878zqs"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(propagated-inputs
|
||||
`(("freetype" ,freetype)
|
||||
("libfontenc" ,libfontenc)
|
||||
|
|
Loading…
Reference in a new issue