gnu: libxfont: Do not build static libraries.
* gnu/packages/xorg.scm (libxfont)[arguments]: New field.master
parent
e36506a4fe
commit
41d9a0927e
|
@ -4942,6 +4942,8 @@ an X Window System display.")
|
||||||
(base32
|
(base32
|
||||||
"0hiji1bvpl78aj3a3141hkk353aich71wv8l5l2z51scfy878zqs"))))
|
"0hiji1bvpl78aj3a3141hkk353aich71wv8l5l2z51scfy878zqs"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:configure-flags '("--disable-static")))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("freetype" ,freetype)
|
`(("freetype" ,freetype)
|
||||||
("libfontenc" ,libfontenc)
|
("libfontenc" ,libfontenc)
|
||||||
|
|
Reference in New Issue