diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-06 06:50:29 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:49 +0100 |
| commit | 6fa2f36237fe801e4201d172fcd1218b59b3e90c (patch) | |
| tree | 469a328ceca1ba15894cc3d4430cc65ad6b527b4 | |
| parent | 20aa99df50473656fd91d69e8f19fb31e00c2088 (diff) | |
gnu: rednotebook: Fix build.
* gnu/packages/rednotebook.scm (rednotebook)[inputs]: Replace python-pygobject
with python-pygobject-3.50.
| -rw-r--r-- | gnu/packages/rednotebook.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/rednotebook.scm b/gnu/packages/rednotebook.scm index d15c7f1c82e..5f93949bd75 100644 --- a/gnu/packages/rednotebook.scm +++ b/gnu/packages/rednotebook.scm @@ -80,7 +80,7 @@ gtk+ gtksourceview-3 python-pyyaml - python-pygobject + python-pygobject-3.50 webkitgtk-for-gtk3)) ;; TODO: package the following for python3 (if possible), add them as ;; dependencies, and remove them from rednotebook source: |
