From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Darrington Subject: [PATCH 1/2] gnu: libxft: Propagate input. Date: Sat, 25 Jan 2014 08:01:25 +0100 Message-ID: <1390633285-29092-1-git-send-email-jmd@gnu.org> References: <87r47xiky4.fsf@gnu.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W6xFS-00014R-0w for guix-devel@gnu.org; Sat, 25 Jan 2014 02:01:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W6xFJ-0006Hm-8G for guix-devel@gnu.org; Sat, 25 Jan 2014 02:01:45 -0500 In-Reply-To: <87r47xiky4.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Cc: John Darrington * gnu/packages/xorg.scm (libxft): Propagate input libxrender. --- gnu/packages/xorg.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index dfdd82c..c230654 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1257,10 +1257,12 @@ tracking.") (base32 "1gdv6559cdz1lfw73x7wsvax1fkvphmayrymprljhyyb5nwk5kkz")))) (build-system gnu-build-system) + (propagated-inputs + `(("libxrender" ,libxrender))) ;; libxft refers to symbols in libxrender, + ;; so without it, applications cannot be built. (inputs `(("libx11" ,libx11) ("xproto" ,xproto) - ("libxrender" ,libxrender) ("freetype" ,freetype) ("fontconfig" ,fontconfig))) (native-inputs -- 1.7.10.4