me
/
guix
Archived
1
0
Fork 0

gnu: libfontenc: Do not build static libraries.

* gnu/packages/xorg.scm (libfontenc)[arguments]: New field.
master
Marius Bakke 2019-12-04 04:45:32 +01:00
parent 1b4e191447
commit cefa4fe7a3
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 0 deletions

View File

@ -1097,6 +1097,8 @@ synchronization between the X server and direct-rendering clients.")
(base32
"0y90170dp8wsidr1dzza0grxr1lfh30ji3b5vkjz4j6x1n0wxz1c"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(inputs
`(("zlib" ,zlib)
("xorgproto" ,xorgproto)))