diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-04-27 05:23:34 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 10:31:20 -0500 |
commit | 595deb4f785c2077ee8be2994efbaa18fa99ac55 (patch) | |
tree | 0c53c7a77d0505bac712557c6b4a3caf1d390748 /gnu/packages | |
parent | 03f2055e4063ff891b49b8e3e3a6054df00c6b0a (diff) |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/glib.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index c395eea9f8..ce9e3fcb41 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -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) |