aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/qt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 81c55bf1b3..c655f81a58 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1675,7 +1675,7 @@ application developers to extend the QML language with custom types and
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 @@ module provides support functions to the automatically generated code.")
(inputs
`(("python" ,python-wrapper)
("qtbase" ,qtbase-5)
- ("qtconnectivity" ,qtconnectivity)
+ ("qtconnectivity-5" ,qtconnectivity-5)
("qtdeclarative-5" ,qtdeclarative-5)
("qtlocation" ,qtlocation-5)
("qtmultimedia-5" ,qtmultimedia-5)