gnu: teckit: Do not build the static library.

* gnu/packages/fontutils.scm (teckit)[arguments]: New field.
This commit is contained in:
Marius Bakke 2020-01-08 18:41:39 +01:00
parent f62df4cbf2
commit 9d2c24d227
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -403,6 +403,8 @@ X11-system or any other graphical user interface.")
(sha256
(base32 "0gbxyip4wdibirdg2pvzayzyy927vxyd6dfyfiflx8zg88qzn8v8"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(inputs
`(("zlib" ,zlib)
("expat" ,expat)))