lfam pushed a commit to branch master
in repository guix.
commit f68bcc1bc3aa0a8d1829e2eb5d9ef256c817c17c
Author: Brendan Tildesley <[email protected]>
AuthorDate: Thu Apr 8 21:12:24 2021 +1000
gnu: python2-sip: Remove package.
* gnu/packages/qt.scm (python2-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 21cd877..fb1a3b5 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1884,12 +1884,6 @@ module provides support functions to the automatically
generated code.")
"--incdir" include)))))))
(license license:gpl3)))
-(define-public python2-sip
- (package/inherit python-sip-4
- (name "python2-sip")
- (native-inputs
- `(("python" ,python-2)))))
-
(define-public python-pyqt
(package
(name "python-pyqt")