guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

21/62: gnu: libXft: Remove input labels.


From: guix-commits
Subject: 21/62: gnu: libXft: Remove input labels.
Date: Sun, 26 Jun 2022 06:09:07 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 42bc54edc7f6303a8e7da727fb6fcbbb965b201c
Author: Marius Bakke <marius@gnu.org>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]