mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: libxft: Do not build static libraries.
* gnu/packages/xorg.scm (libxft)[arguments]: New field.
This commit is contained in:
parent
dce53e6bd2
commit
9fcc987d20
1 changed files with 2 additions and 0 deletions
|
@ -1344,6 +1344,8 @@ (define-public libxft
|
|||
(base32
|
||||
"05lja9s54090xwh31r0bqms4v3pimng5xr09g2rdnafx2vk6hp12"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(propagated-inputs
|
||||
;; xft.pc refers to all these.
|
||||
`(("libxrender" ,libxrender)
|
||||
|
|
Loading…
Reference in a new issue