3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python2-pyqt: Don't propagate python-sip.

* gnu/packages/qt.scm (python2-pyqt)[native-inputs]: Move python2-sip ...
[propagated-inputs]: ... to here.
This commit is contained in:
Efraim Flashner 2020-12-30 00:41:57 +02:00
parent 376a467443
commit 89761f0ef1
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2237,9 +2237,10 @@ itself.")
(base32
"0wnlasg62rm5d39nq1yw4namcx2ivxgzl93r5f2vb9s0yaz5l3x0"))))
(native-inputs
`(("python-sip" ,python2-sip)
("qt" ,qt-4)))
`(("qt" ,qt-4)))
(inputs `(("python" ,python-2)))
(propagated-inputs
`(("python-sip" ,python2-sip)))
(arguments
`(#:tests? #f ; no check target
#:modules ((srfi srfi-1)