From 72a73f34ff532c3e2b2dd53a9d06d239cf8e5c05 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Fri, 21 May 2021 16:57:17 -0500 Subject: [PATCH 08/37] gnu: qtconnectivity: Remove variable. * gnu/packages/qt.scm (qtconnectivity): Remove variable. * gnu/packages/qt.scm (qtconnectivity): New variable. --- gnu/packages/qt.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index ccef655854..071afc9200 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1009,7 +1009,7 @@ language and engine infrastructure, and provides an API to enable application developers to extend the QML language with custom types and integrate QML code with JavaScript and C++."))) -(define-public qtconnectivity +(define-public qtconnectivity-5 (package (inherit qtsvg-5) (name "qtconnectivity") (version "5.15.2") @@ -2165,7 +2165,7 @@ module provides support functions to the automatically generated code.") (inputs `(("python" ,python-wrapper) ("qtbase" ,qtbase-5) - ("qtconnectivity" ,qtconnectivity) + ("qtconnectivity" ,qtconnectivity-5) ("qtdeclarative" ,qtdeclarative-5) ("qtlocation" ,qtlocation) ("qtmultimedia" ,qtmultimedia) -- 2.31.1