mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: libXft: Remove input labels.
* gnu/packages/xorg.scm (libxft)[propagated-inputs]: Remove labels.
This commit is contained in:
parent
5ddbfa90a7
commit
42bc54edc7
1 changed files with 3 additions and 3 deletions
|
@ -1346,9 +1346,9 @@ (define-public libxft
|
|||
'(#:configure-flags '("--disable-static")))
|
||||
(propagated-inputs
|
||||
;; xft.pc refers to all these.
|
||||
`(("libxrender" ,libxrender)
|
||||
("freetype" ,freetype)
|
||||
("fontconfig" ,fontconfig)))
|
||||
(list libxrender
|
||||
freetype
|
||||
fontconfig))
|
||||
(inputs
|
||||
(list libx11 xorgproto))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue