guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libgnome: Move popt to propagated-inputs.


From: Mark H. Weaver
Subject: 01/02: gnu: libgnome: Move popt to propagated-inputs.
Date: Wed, 15 Jul 2015 19:09:12 +0000

mhw pushed a commit to branch core-updates
in repository guix.

commit 25338e9f2f932628be221ae4a4e43c9392f4757d
Author: Mark H Weaver <address@hidden>
Date:   Wed Jul 15 15:03:56 2015 -0400

    gnu: libgnome: Move popt to propagated-inputs.
    
    * gnu/packages/gnome.scm (libgnome)[inputs]: Move popt to ...
      [propagated-inputs]: ... here.
---
 gnu/packages/gnome.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 597b53e..36ba382 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1086,8 +1086,8 @@ to access local and remote files with a single consistent 
API.")
           (substitute* "libgnome/Makefile.in"
             (("-DG_DISABLE_DEPRECATED") 
"-DGLIB_DISABLE_DEPRECATION_WARNINGS")))
         %standard-phases)))
-    (inputs `(("popt" ,popt)
-              ("libxml2" ,libxml2)))
+    (propagated-inputs `(("popt" ,popt)))  ; gnome-program.h includes popt.h
+    (inputs `(("libxml2" ,libxml2)))
     (native-inputs
      `(("glib" ,glib "bin")             ; for glib-mkenums, etc.
        ("intltool" ,intltool)



reply via email to

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