gnu: python-pygobject: Update to 3.40.1.
* gnu/packages/glib.scm (python-pygobject)[version]: Update to 3.40.1. [native-inputs]: Add python-wrapper.
This commit is contained in:
parent
03f2055e40
commit
595deb4f78
1 changed files with 2 additions and 1 deletions
|
@ -906,7 +906,8 @@ useful for C++.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib-bin" ,glib "bin")
|
`(("glib-bin" ,glib "bin")
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python-pytest" ,python-pytest)))
|
("python-pytest" ,python-pytest)
|
||||||
|
("python-wrapper" ,python-wrapper))) ; For patching shebangs
|
||||||
(inputs
|
(inputs
|
||||||
`(("python" ,python)
|
`(("python" ,python)
|
||||||
("python-pycairo" ,python-pycairo)
|
("python-pycairo" ,python-pycairo)
|
||||||
|
|
Reference in a new issue