diff options
author | Andreas Enge <andreas@enge.fr> | 2013-09-30 23:35:01 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-09-30 23:35:01 +0200 |
commit | a459697e0e51c82ff5e0313972c20f74b96058ae (patch) | |
tree | 0dbf484b7e47afb5940f2db70e49d42ff29058f0 /gnu/packages/xorg.scm | |
parent | d274f499a35f416d49533c0d1e2b76cb3cebdcb8 (diff) | |
download | guix-a459697e0e51c82ff5e0313972c20f74b96058ae.tar guix-a459697e0e51c82ff5e0313972c20f74b96058ae.tar.gz |
gnu: libxi: Propagate inputs inputproto and libx11.
* gnu/packages/xorg.scm (libxi): Propagate inputs inputproto and libx11,
as stipulated by xi.pc.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index df535c1ced..8936b3f85a 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4071,11 +4071,11 @@ tracking.") "029ihw4jq8mng8rx7a3jdvq64jm1zdkqidca93zmxv4jf9yn5qzj")))) (build-system gnu-build-system) (propagated-inputs - `(("libxext" ,libxext))) + `(("inputproto" ,inputproto) + ("libx11" ,libx11) + ("libxext" ,libxext))) (inputs `(("xproto" ,xproto) - ("libx11" ,libx11) - ("inputproto" ,inputproto) ("pkg-config" ,pkg-config))) (home-page "http://www.x.org/wiki/") (synopsis "xorg implementation of the X Window System") |