guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: totem-pl-parser: Move glib, gmime, and libxml2 to propagated


From: Mark H. Weaver
Subject: 01/02: gnu: totem-pl-parser: Move glib, gmime, and libxml2 to propagated-inputs.
Date: Sun, 21 Jun 2015 03:51:48 +0000

mhw pushed a commit to branch master
in repository guix.

commit 22a6ad6a81c33be8ddf28c078fc21c631ebb80b5
Author: Mark H Weaver <address@hidden>
Date:   Sat Jun 20 19:41:47 2015 -0400

    gnu: totem-pl-parser: Move glib, gmime, and libxml2 to propagated-inputs.
    
    * gnu/packages/gnome.scm (totem-pl-parser)[inputs]: Move glib, gmime, and
      libxml2 to ...
      [propagated-inputs]: ... here.
---
 gnu/packages/gnome.scm |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4599f4d..0c6f2ca 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2402,14 +2402,15 @@ settings, themes, mouse settings, and startup of other 
daemons.")
     `(("intltool" ,intltool)
       ("glib" ,glib "bin")
       ("pkg-config" ,pkg-config)))
-   (inputs
+   (propagated-inputs
     `(("glib" ,glib)
       ("gmime" ,gmime)
-      ("libarchive" ,libarchive)
+      ("libxml2" ,libxml2)))
+   (inputs
+    `(("libarchive" ,libarchive)
       ("libgcrypt" ,libgcrypt)
       ("nettle" ,nettle)
-      ("libsoup" ,libsoup)
-      ("libxml2" ,libxml2)))
+      ("libsoup" ,libsoup)))
    (home-page "https://projects.gnome.org/totem";)
    (synopsis "Library to parse and save media playlists for GNOME")
    (description "Totem-pl-parser is a GObjects-based library to parse and save



reply via email to

[Prev in Thread] Current Thread [Next in Thread]