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 @@ with the Cygwin XWin server when running X11 in a rootless mode.")
|
||||||
'(#:configure-flags '("--disable-static")))
|
'(#:configure-flags '("--disable-static")))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; xft.pc refers to all these.
|
;; xft.pc refers to all these.
|
||||||
`(("libxrender" ,libxrender)
|
(list libxrender
|
||||||
("freetype" ,freetype)
|
freetype
|
||||||
("fontconfig" ,fontconfig)))
|
fontconfig))
|
||||||
(inputs
|
(inputs
|
||||||
(list libx11 xorgproto))
|
(list libx11 xorgproto))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
|
||||||
Reference in a new issue