unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: libxdamage: Move inputs to propagated-inputs
@ 2014-10-06 11:17 John Darrington
  2014-10-06 14:11 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: John Darrington @ 2014-10-06 11:17 UTC (permalink / raw)
  To: guix-devel; +Cc: John Darrington

* gnu/packages/xorg.scm (libxdamage): Move all existing inputs
  to propagated-inputs.
---
 gnu/packages/xorg.scm |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index f9f8d27..5c70fc0 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3860,11 +3860,10 @@ tracking.")
           (base32
             "1a678bwap74sqczbr2z4y4fvbr35km3inkm8bi1igjyk4v46jqdw"))))
     (build-system gnu-build-system)
-    (propagated-inputs
-      `(("damageproto" ,damageproto)))
-    (inputs
-      `(("xproto" ,xproto)
+    (propagated-inputs  ; These are all in the Requires or Requires.private field of xdamage.pc
+      `(("damageproto" ,damageproto)
         ("libxfixes" ,libxfixes)
+        ("xproto" ,xproto)
         ("libx11" ,libx11)))
     (native-inputs
       `(("pkg-config" ,pkg-config)))
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: libxdamage: Move inputs to propagated-inputs
  2014-10-06 11:17 [PATCH] gnu: libxdamage: Move inputs to propagated-inputs John Darrington
@ 2014-10-06 14:11 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2014-10-06 14:11 UTC (permalink / raw)
  To: John Darrington; +Cc: guix-devel

John Darrington <jmd@gnu.org> skribis:

> * gnu/packages/xorg.scm (libxdamage): Move all existing inputs
>   to propagated-inputs.

OK!

> +    (propagated-inputs  ; These are all in the Requires or Requires.private field of xdamage.pc

Please make it a double-semicolon comment on the next line.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-06 14:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-06 11:17 [PATCH] gnu: libxdamage: Move inputs to propagated-inputs John Darrington
2014-10-06 14:11 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).