guix-commits
[Top][All Lists]
Advanced

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

31/75: gnu: qtconnectivity: Rename to qtconnectivity-5.


From: guix-commits
Subject: 31/75: gnu: qtconnectivity: Rename to qtconnectivity-5.
Date: Sat, 9 Nov 2024 20:51:39 -0500 (EST)

z572 pushed a commit to branch qt-team
in repository guix.

commit a8c4603338e553aa960beb0433e4851464f8cc66
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Aug 27 11:51:19 2024 +0800

    gnu: qtconnectivity: Rename to qtconnectivity-5.
    
    * gnu/packages/qt.scm (qtconnectivity): Rename to qtconnectivity-5.
    
    (python-pyqt)[inputs]: Adjust it.
    
    Change-Id: I2511d218801d69982201e746ebfbca76ae17645c
---
 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 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)



reply via email to

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