guix_mirror_bot pushed a commit to branch master
in repository guix.
commit cecd5d63338e2386e2daeff7e46a04ff7a132e4d
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Aug 27 10:14:35 2026 +0200
gnu: Remove python-sip-6.8-instead-of-python-sip.
* gnu/packages/qt.scm (python-sip-6.8-instead-of-python-sip):
Delete variable.
---
gnu/packages/qt.scm | 6 ------
1 file changed, 6 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index bf22c7900a..2f8d8503ba 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -5068,12 +5068,6 @@ This package provides the Python bindings.")))
(description
"This package contains the union of PyQt and the Qscintilla extension.")))
-;; FIXME Remove this procedure and its related package when qgis won't need
them
-;; anymore
-(define python-sip-6.8-instead-of-python-sip
- (package-input-rewriting `((,python-sip . ,python-sip-6.8))
- #:deep? #t))
-
(define-public qtkeychain
(package
(name "qtkeychain")