[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/3] gnu: libxft: Propagate input.
From: |
John Darrington |
Subject: |
[PATCH 1/3] gnu: libxft: Propagate input. |
Date: |
Thu, 23 Jan 2014 21:07:26 +0100 |
* gnu/packages/xorg.scm (libxft): Propagate input libxrender.
---
gnu/packages/xorg.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index dfdd82c..c21ed63 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1257,10 +1257,11 @@ tracking.")
(base32
"1gdv6559cdz1lfw73x7wsvax1fkvphmayrymprljhyyb5nwk5kkz"))))
(build-system gnu-build-system)
+ (propagated-inputs
+ `(("libxrender" ,libxrender)))
(inputs
`(("libx11" ,libx11)
("xproto" ,xproto)
- ("libxrender" ,libxrender)
("freetype" ,freetype)
("fontconfig" ,fontconfig)))
(native-inputs
--
1.7.10.4
- [PATCH 1/3] gnu: libxft: Propagate input.,
John Darrington <=
[PATCH 3/3] gnu: Add octave and dependencies, John Darrington, 2014/01/23