guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: python-pyqt: Propagate python-sip.


From: Eric Bavier
Subject: 03/04: gnu: python-pyqt: Propagate python-sip.
Date: Tue, 14 Feb 2017 23:33:11 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit 499991cfe8073df7490ebcada29d44f703a71f84
Author: Eric Bavier <address@hidden>
Date:   Fri Feb 3 09:59:09 2017 -0600

    gnu: python-pyqt: Propagate python-sip.
    
    * gnu/packages/qt.scm (python-pyqt)[propagated-inputs]: New field.
---
 gnu/packages/qt.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index b2fe6e4..47a7caa 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1215,8 +1215,9 @@ module provides support functions to the automatically 
generated code.")
        (patches (search-patches "pyqt-configure.patch"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("python-sip" ,python-sip)
-       ("qtbase" ,qtbase))) ; for qmake
+     `(("qtbase" ,qtbase))) ; for qmake
+    (propagated-inputs
+     `(("python-sip" ,python-sip)))
     (inputs
      `(("python" ,python-wrapper)
        ("qtbase" ,qtbase)



reply via email to

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