mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: qtconnectivity: Rename to qtconnectivity-5.
* gnu/packages/qt.scm (qtconnectivity): Rename to qtconnectivity-5. (python-pyqt)[inputs]: Adjust it. Change-Id: I2511d218801d69982201e746ebfbca76ae17645c
This commit is contained in:
parent
b2907b8846
commit
c6dc494398
1 changed files with 2 additions and 2 deletions
|
@ -1675,7 +1675,7 @@ (define-public qtdeclarative
|
|||
integrate QML code with JavaScript and C++.")
|
||||
(license (package-license qtbase))))
|
||||
|
||||
(define-public qtconnectivity
|
||||
(define-public qtconnectivity-5
|
||||
(package
|
||||
(inherit qtsvg-5)
|
||||
(name "qtconnectivity")
|
||||
|
@ -4010,7 +4010,7 @@ (define-public python-pyqt
|
|||
(inputs
|
||||
`(("python" ,python-wrapper)
|
||||
("qtbase" ,qtbase-5)
|
||||
("qtconnectivity" ,qtconnectivity)
|
||||
("qtconnectivity-5" ,qtconnectivity-5)
|
||||
("qtdeclarative-5" ,qtdeclarative-5)
|
||||
("qtlocation" ,qtlocation-5)
|
||||
("qtmultimedia-5" ,qtmultimedia-5)
|
||||
|
|
Loading…
Reference in a new issue