guix_mirror_bot pushed a commit to branch master
in repository guix.
commit c0dcf19ff9bafdef89cac081bed71d0eb0dc5065
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Aug 27 10:14:05 2026 +0200
gnu: Remove python-pyqt+qscintilla-with-python-sip-6.8.
* gnu/packages/qt.scm (python-pyqt+qscintilla-with-python-sip-6.8):
Delete variable.
---
gnu/packages/qt.scm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index c62cad600b..bf22c7900a 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5074,10 +5074,6 @@ This package provides the Python bindings.")))
(package-input-rewriting `((,python-sip . ,python-sip-6.8))
#:deep? #t))
-(define-public python-pyqt+qscintilla-with-python-sip-6.8
- (hidden-package
- (python-sip-6.8-instead-of-python-sip python-pyqt+qscintilla)))
-
(define-public qtkeychain
(package
(name "qtkeychain")