mbakke pushed a commit to branch core-updates
in repository guix.
commit 42bc54edc7f6303a8e7da727fb6fcbbb965b201c
Author: Marius Bakke <[email protected]>
AuthorDate: Sun Jun 26 01:26:26 2022 +0200
gnu: libXft: Remove input labels.
* gnu/packages/xorg.scm (libxft)[propagated-inputs]: Remove labels.
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b631fd5c6a..44a4d85abd 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1346,9 +1346,9 @@ with the Cygwin XWin server when running X11 in a
rootless mode.")
'(#: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