mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-sip: Update to 5.5.0. Add python-sip-4
* gnu/packages/qt.scm (python-sip): Update to 5.5.0. (python-sip-4): New variable. Rename the old python-sip to python-sip-4. (python2-sip): Inherit from python-sip-4. * gnu/packages/maths.scm (veusz)[native-inputs]: Use python-sip-4. * gnu/packages/pdf.scm (python-poppler-qt5): Use python-sip-4. * gnu/packages/geo.scm (qgis)[arguments]: Fix build for python-sip@5.
This commit is contained in:
parent
073b12d70d
commit
c990604cb0
4 changed files with 58 additions and 17 deletions
|
@ -339,7 +339,7 @@ When present, Poppler is able to correctly render CJK and Cyrillic text.")
|
|||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("python-sip" ,python-sip)
|
||||
`(("python-sip" ,python-sip-4)
|
||||
("python-pyqt" ,python-pyqt)
|
||||
("poppler-qt5" ,poppler-qt5)
|
||||
("qtbase" ,qtbase)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue