gnu: teckit: Do not build the static library.
* gnu/packages/fontutils.scm (teckit)[arguments]: New field.
This commit is contained in:
parent
f62df4cbf2
commit
9d2c24d227
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user