guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libwnck: Propagate inputs.


From: ???
Subject: 01/01: gnu: libwnck: Propagate inputs.
Date: Tue, 09 Dec 2014 11:17:44 +0000

iyzsong pushed a commit to branch master
in repository guix.

commit 427476d57d01d7060d63c5d090ca953680060c71
Author: 宋文武 <address@hidden>
Date:   Tue Dec 9 19:15:07 2014 +0800

    gnu: libwnck: Propagate inputs.
    
    * gnu/packages/gnome.scm (libwnck, libwnck-1): Propagate inputs libxres and
      startup-notification.
---
 gnu/packages/gnome.scm |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bbb700c..1d3ce25 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1136,10 +1136,9 @@ controls using the Bonobo component framework.")
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)))
     (propagated-inputs
-     `(("gtk+" ,gtk+)))
-    (inputs
-     `(("startup-notification" ,startup-notification)
-       ("libxres" ,libxres)))
+     `(("gtk+" ,gtk+)
+       ("libxres" ,libxres)
+       ("startup-notification" ,startup-notification)))
     (home-page "https://developer.gnome.org/libwnck/";)
     (synopsis "Window Navigator Construction Kit")
     (description
@@ -1163,7 +1162,9 @@ Hints specification (EWMH).")
                (base32
                 "15713yl0f8f3p99jzqqfmbicrdswd3vwpx7r3bkf1bgh6d9lvs4b"))))
     (propagated-inputs
-     `(("gtk+" ,gtk+-2)))))
+     `(("gtk+" ,gtk+-2)
+       ("libxres" ,libxres)
+       ("startup-notification" ,startup-notification)))))
 
 (define-public goffice
   (package



reply via email to

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