unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: 宋文武 <iyzsong@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH 3/3] gnu: colord: Propagate inputs.
Date: Sat, 25 Jul 2015 12:02:42 +0800	[thread overview]
Message-ID: <1437796962-3638-3-git-send-email-iyzsong@gmail.com> (raw)
In-Reply-To: <1437796962-3638-1-git-send-email-iyzsong@gmail.com>

* gnu/packages/gnome.scm (colord): Propagate inputs glib, eudev and lcms.
---
 gnu/packages/gnome.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 11afb61..738047e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2181,11 +2181,14 @@ keyboard shortcuts.")
        ("gobject-introspection" ,gobject-introspection)
        ("libtool" ,libtool)
        ("intltool" ,intltool)))
+    (propagated-inputs
+     ;; colord.pc refers to all these.
+     `(("glib" ,glib)
+       ("libudev" ,eudev)
+       ("lcms" ,lcms)))
     (inputs
-     `(("eudev" ,eudev)
-       ("dbus-glib" ,dbus-glib)
+     `(("dbus-glib" ,dbus-glib)
        ("libusb" ,libusb)
-       ("lcms" ,lcms)
        ("sqlite" ,sqlite)
        ("polkit" ,polkit)
        ("sane-backends" ,sane-backends)))
-- 
2.4.3

  parent reply	other threads:[~2015-07-25  4:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-25  4:02 [PATCH 1/3] gnu: Add libgudev 宋文武
2015-07-25  4:02 ` [PATCH 2/3] gnu: Prefer libgudev as GUDEV (GObject bindings for libudev) provider 宋文武
2015-07-25 23:19   ` Mark H Weaver
2015-07-25  4:02 ` 宋文武 [this message]
2015-07-25 23:21   ` [PATCH 3/3] gnu: colord: Propagate inputs Mark H Weaver
2015-07-26  1:53     ` 宋文武
2015-07-25  4:08 ` [PATCH 1/3] gnu: Add libgudev 宋文武
2015-07-25 23:18 ` Mark H Weaver

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1437796962-3638-3-git-send-email-iyzsong@gmail.com \
    --to=iyzsong@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).