guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libqtxdg: Move qtbase to propagated-inputs.


From: Efraim Flashner
Subject: 01/01: gnu: libqtxdg: Move qtbase to propagated-inputs.
Date: Fri, 17 Jun 2016 06:29:05 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 025597393c0fbdab17d1784e365330b9326c027f
Author: Efraim Flashner <address@hidden>
Date:   Fri Jun 17 09:14:12 2016 +0300

    gnu: libqtxdg: Move qtbase to propagated-inputs.
    
    * gnu/packages/lxqt.scm (libqtxdg)[inputs]: Move qtbase ...
    [propagated-inputs]: ... to here.
    
    This is a follow-up to aa450b2bc41b0cedbebc4f8c0a51867a436cf02b.
---
 gnu/packages/lxqt.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 35954ac..a2c9567 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -49,7 +49,7 @@
        #:configure-flags '("-DBUILD_TESTS=ON")))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-    (inputs
+    (propagated-inputs
      `(("qtbase" ,qtbase))) ; according to Qt5Xdg.pc
     (home-page "https://github.com/lxde/libqtxdg";)
     (synopsis "Qt implementation of freedesktop.org xdg specifications")



reply via email to

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