diff options
| author | Andy Tai <atai@atai.org> | 2026-03-21 21:19:31 -0700 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-23 13:50:39 +0100 |
| commit | 70e1d1884e5a5297ece4eaa69893780ce016a9c7 (patch) | |
| tree | 106946505fc95d6d2e3747ca37dae5920ce8e197 | |
| parent | 575ad30d6b49c2922283da8ca14213ded63fc478 (diff) | |
gnu: xpra: Fix runtime error by using python-pygobject-3.50.
* gnu/packages/xorg.scm (xpra)[inputs]: Remove python-pygobject;
add python-pygobject-3.50.
Change-Id: I9aa10b1e5ee8d14e6a82f2d58b1766addf331a05
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index f045add4d84..e8f5d348e7a 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -6552,7 +6552,7 @@ basic eye-candy effects.") lz4 gtk+ python-pycairo - python-pygobject + python-pygobject-3.50 xauth xorg-server xf86-video-dummy |
