mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02: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
|
@ -2290,7 +2290,8 @@ ASCII text files using Gmsh's own scripting language.")
|
|||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
;;("python-astropy" ,python-astropy) ;; FIXME: Package this.
|
||||
("qttools" ,qttools)))
|
||||
("qttools" ,qttools)
|
||||
("python-sip" ,python-sip-4)))
|
||||
(inputs
|
||||
`(("ghostscript" ,ghostscript) ;optional, for EPS/PS output
|
||||
("python-dbus" ,python-dbus)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue