mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: libfontenc: Do not build static libraries.
* gnu/packages/xorg.scm (libfontenc)[arguments]: New field.
This commit is contained in:
parent
1b4e191447
commit
cefa4fe7a3
1 changed files with 2 additions and 0 deletions
|
@ -1097,6 +1097,8 @@ (define-public libfontenc
|
|||
(base32
|
||||
"0y90170dp8wsidr1dzza0grxr1lfh30ji3b5vkjz4j6x1n0wxz1c"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(inputs
|
||||
`(("zlib" ,zlib)
|
||||
("xorgproto" ,xorgproto)))
|
||||
|
|
Loading…
Reference in a new issue