diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-08-06 09:58:52 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-27 11:22:06 +0200 |
| commit | 8d2057c32f15d4645ed1fb34b7ee6a269aff7f25 (patch) | |
| tree | d39dff9b46e63d00fb480848ecdffe477fef1b02 /gnu | |
| parent | cecd5d63338e2386e2daeff7e46a04ff7a132e4d (diff) | |
gnu: Remove python-sip-6.8.
* gnu/packages/qt.scm (python-sip-6.8): Delete variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/qt.scm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 2f8d8503bac..8e401b55905 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm | |||
| @@ -4500,27 +4500,6 @@ module provides support functions to the automatically generated code.") | |||
| 4500 | ;; For compatibility with pyqt, we need gpl3. | 4500 | ;; For compatibility with pyqt, we need gpl3. |
| 4501 | (license license:gpl3))) | 4501 | (license license:gpl3))) |
| 4502 | 4502 | ||
| 4503 | ;; FIXME Remove this package when not needed by qgis anymore | ||
| 4504 | ;; This is a stopgap to build qgis@3.42.1 while waiting for the | ||
| 4505 | ;; qt-team branch to be merged in master with python-pyqt5-sip@12.17.0. | ||
| 4506 | (define-public python-sip-6.8 | ||
| 4507 | (hidden-package | ||
| 4508 | (package | ||
| 4509 | (inherit python-sip) | ||
| 4510 | (name "python-sip") | ||
| 4511 | (version "6.8.6") | ||
| 4512 | (source | ||
| 4513 | (origin | ||
| 4514 | (method url-fetch) | ||
| 4515 | (uri (list (pypi-uri "sip" version) | ||
| 4516 | (string-append "https://www.riverbankcomputing.com/static/" | ||
| 4517 | "Downloads/sip/" version | ||
| 4518 | "/sip-" version ".tar.gz"))) | ||
| 4519 | (sha256 | ||
| 4520 | (base32 | ||
| 4521 | "0ykxq0607f2sdwbl5cxbp0y8pl14bsgzc9nhifpxbibfivj5kjbz")) | ||
| 4522 | (patches (search-patches "python-sip-include-dirs.patch"))))))) | ||
| 4523 | |||
| 4524 | (define-public python-sip-4 | 4503 | (define-public python-sip-4 |
| 4525 | (package | 4504 | (package |
| 4526 | (inherit python-sip) | 4505 | (inherit python-sip) |
