GNU bug report logs -
#72835
[PATCH qt-team 00/38] update qt6 to 6.7.2
Previous Next
Full log
Message #95 received at 72835 <at> debbugs.gnu.org (full text, mbox):
* 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 7067e46040..1956fec57a 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1669,7 +1669,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")
@@ -3997,7 +3997,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)
--
2.45.2
This bug report was last modified 235 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.