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.master
parent
03f2055e40
commit
595deb4f78
|
@ -906,7 +906,8 @@ useful for C++.")
|
|||
(native-inputs
|
||||
`(("glib-bin" ,glib "bin")
|
||||
("pkg-config" ,pkg-config)
|
||||
("python-pytest" ,python-pytest)))
|
||||
("python-pytest" ,python-pytest)
|
||||
("python-wrapper" ,python-wrapper))) ; For patching shebangs
|
||||
(inputs
|
||||
`(("python" ,python)
|
||||
("python-pycairo" ,python-pycairo)
|
||||
|
|
Reference in New Issue