gnu: libxfont: Do not build static libraries.

* gnu/packages/xorg.scm (libxfont)[arguments]: New field.
This commit is contained in:
Marius Bakke 2019-12-04 04:52:50 +01:00
parent e36506a4fe
commit 41d9a0927e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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)